Subversion Repositories DevTools

Rev

Rev 6790 | Rev 6873 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6790 Rev 6827
Line 171... Line 171...
171
           <%If rsRep.RecordCount = 0 Then%>
171
           <%If rsRep.RecordCount = 0 Then%>
172
               <tr>
172
               <tr>
173
                <td colspan='11' class='body_row'>
173
                <td colspan='11' class='body_row'>
174
                <%If hasNoVersions(parPkgId) Then %>
174
                <%If hasNoVersions(parPkgId) Then %>
175
                    This package name has no versions.
175
                    This package name has no versions.
-
 
176
                    <table>
-
 
177
                        <tr>
-
 
178
                            <%BuildActionButtonClick TRUE, "Delete this package name", "Delete", true, _
176
                               <br><a href='javascript:;' title='Delete unused package name' onClick="MM_openVixIFrame('_delete_package_name.asp?pkgId=<%=parPkgId%>&bfile=index.asp','Delete Unused Package');" >Delete this package name<img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' align='absmiddle' hspace='2'></a>
179
                                    "src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' align='absmiddle' hspace='2'", _
-
 
180
                                    "MM_openVixIFrame('_delete_package_name.asp?pkgId="&parPkgId&"&bfile=index.asp','Delete Unused Package');"%>
-
 
181
                        </tr>
-
 
182
                    </table>
177
                <%Else%>
183
                <%Else%>
178
                    Found 0 records - with current filters.
184
                    Found 0 records - with current filters.
179
                <%End If%>
185
                <%End If%>
180
                </td>
186
                </td>
181
               </tr>
187
               </tr>
Line 292... Line 298...
292
 
298
 
293
        $.fn.dataTable.ext.errMode = 'none';
299
        $.fn.dataTable.ext.errMode = 'none';
294
        $('#versionTable').DataTable({
300
        $('#versionTable').DataTable({
295
            "paging":   false,
301
            "paging":   false,
296
            "ordering": true,
302
            "ordering": true,
297
            "info":     true,
303
            "info":     true
298
            });
304
            });
299
 
305
 
300
        // Add Title to icons
306
        // Add Title to icons
301
        $('.destroyThis').prop('title', 'Destroy this version of the package.');
307
        $('.destroyThis').prop('title', 'Destroy this version of the package.');
302
 
308
 
Line 333... Line 339...
333
 
339
 
334
      function soakEvent(event) {
340
      function soakEvent(event) {
335
          event.stopImmediatePropagation();
341
          event.stopImmediatePropagation();
336
          event.stopPropagation();
342
          event.stopPropagation();
337
      }
343
      }
-
 
344
      //# sourceURL=view_by_version.asp
338
      </script>
345
      </script>
339
   </head>
346
   </head>
340
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
347
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
341
      <!-- HEADER -->
348
      <!-- HEADER -->
342
      <!--#include file="_header.asp"-->
349
      <!--#include file="_header.asp"-->