| Line 137... |
Line 137... |
| 137 |
<td width="1%" nowrap class="form_field form_align" background="images/bg_form_lightbluedark.gif">Base View<%=Quick_Help("group")%></td>
|
137 |
<td width="1%" nowrap class="form_field form_align" background="images/bg_form_lightbluedark.gif">Base View<%=Quick_Help("group")%></td>
|
| 138 |
<td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
|
138 |
<td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
|
| 139 |
<select name="group_id" class="form_item">
|
139 |
<select name="group_id" class="form_item">
|
| 140 |
<%Call Get_All_Base_Views( CInt(pkgInfoHash.Item("base_view_id")), parPv_id )%>
|
140 |
<%Call Get_All_Base_Views( CInt(pkgInfoHash.Item("base_view_id")), parPv_id )%>
|
| 141 |
</select>
|
141 |
</select>
|
| - |
|
142 |
<%If canActionControl("CreateBaseViews") Then%>
|
| 142 |
<a href="_wform_new_group.asp?movepkg=true&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>"><img src="images/i_new_group.gif" width="20" height="20" align="absmiddle" border="0" title="Create New Base View Group"></a>
|
143 |
<a href="_wform_new_group.asp?movepkg=true&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>"><img src="images/i_new_group.gif" width="20" height="20" align="absmiddle" border="0" title="Create New Base View Group"></a>
|
| - |
|
144 |
<%Else%>
|
| - |
|
145 |
<img class="lessOpacity" src="images/i_new_group.gif" width="20" height="20" align="absmiddle" border="0" title="Create New Base View Group - Not authorised">
|
| - |
|
146 |
<%End If%>
|
| 143 |
<span class="rep_small">
|
147 |
<span class="rep_small">
|
| 144 |
<p>The '>' symbol in the Base View drop-down list is a suggestion where to place the package.
|
148 |
<p>The '>' symbol in the Base View drop-down list is a suggestion where to place the package.
|
| 145 |
<br>It indicates views that contain the package in all Releases
|
149 |
<br>It indicates views that contain the package in all Releases
|
| 146 |
</p>
|
150 |
</p>
|
| 147 |
The Base View is specific to a Release.
|
151 |
The Base View is specific to a Release.
|