Subversion Repositories DevTools

Rev

Rev 5150 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5150 Rev 5299
Line 76... Line 76...
76
              <td nowrap class="body_txt">
76
              <td nowrap class="body_txt">
77
			    <!-- BUTTONS CONTROL +++++++++++++++++++ -->
77
			    <!-- BUTTONS CONTROL +++++++++++++++++++ -->
78
				<%
78
				<%
79
				'-- Define Action buttons on this tab
79
				'-- Define Action buttons on this tab
80
				aTabBtnsDef = Array("btnNewControl", "btnRemoveControl")
80
				aTabBtnsDef = Array("btnNewControl", "btnRemoveControl")
-
 
81
				If  NOT canActionControl("canCreateActions") Then objBtnControl.AllActive = "N"
81
				
82
				
82
				Call LoadTabActionButtons ( aTabBtnsDef, objBtnControl )
83
				Call LoadTabActionButtons ( aTabBtnsDef, objBtnControl )
83
				
84
				
84
				objBtnControl.Render( aTabBtnsDef )
85
				objBtnControl.Render( aTabBtnsDef )
85
				%>
86
				%>
Line 115... Line 116...
115
		  %>
116
		  %>
116
          <tr>
117
          <tr>
117
		  	<td align="center"><input type="checkbox" name="obj_id_list" value="<%=rsQry("obj_id")%>"></td>
118
		  	<td align="center"><input type="checkbox" name="obj_id_list" value="<%=rsQry("obj_id")%>"></td>
118
            <td nowrap class="body_row"><a href="Control_General.asp?obj_id=<%=rsQry("obj_id")%>&<%=objPMod.ComposeURL%>" class="body_link" title="See Control General Info"><%=LIMG_CONTROL &  rsQry("obj_name")%></a></td>
119
            <td nowrap class="body_row"><a href="Control_General.asp?obj_id=<%=rsQry("obj_id")%>&<%=objPMod.ComposeURL%>" class="body_link" title="See Control General Info"><%=LIMG_CONTROL &  rsQry("obj_name")%></a></td>
119
            <td class="body_row"><%=rsQry("obj_description")%></td>
120
            <td class="body_row"><%=rsQry("obj_description")%></td>
120
			<td align="center"><a href="javascript:;" onClick="MM_openBrWindow('wEditControl.asp?obj_id=<%=rsQry("obj_id")%>&rfile=<%=SCRIPT_NAME%>&<%=objPMod.ComposeURL%>','Edit Action','scrollbars=yes,resizable=yes,width=600,height=350')" title='Edit Action'><%=LIMG_EDIT%></a></td>
121
			<td align="center">
-
 
122
            <% If canActionControl("canCreateActions") Then%>
-
 
123
                <a href="javascript:;" onClick="MM_openBrWindow('wEditControl.asp?obj_id=<%=rsQry("obj_id")%>&rfile=<%=SCRIPT_NAME%>&<%=objPMod.ComposeURL%>','Edit Action','scrollbars=yes,resizable=yes,width=600,height=350')" title='Edit Action'><%=LIMG_EDIT%></a>
-
 
124
            <%Else%>
-
 
125
                <%=LIMG_EDIT_OFF%>
-
 
126
            <%End If%>
-
 
127
            </td>
121
          </tr>
128
          </tr>
122
		  <%rsQry.MoveNext%>
129
		  <%rsQry.MoveNext%>
123
		  
130
		  
124
		  <%If (NOT rsQry.BOF) AND (NOT rsQry.EOF) Then%>
131
		  <%If (NOT rsQry.BOF) AND (NOT rsQry.EOF) Then%>
125
          <tr>
132
          <tr>