| Line 42... |
Line 42... |
| 42 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
42 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 43 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
43 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 44 |
<script language="JavaScript" src="images/common.js"></script>
|
44 |
<script language="JavaScript" src="images/common.js"></script>
|
| 45 |
<script language="JavaScript" src="scripts/remote_scripting.js"></script>
|
45 |
<script language="JavaScript" src="scripts/remote_scripting.js"></script>
|
| 46 |
<!--#include file="_jquery_includes.asp"-->
|
46 |
<!--#include file="_jquery_includes.asp"-->
|
| - |
|
47 |
<!-- TIPS -->
|
| - |
|
48 |
<script language="JavaScript" src="images/tipster.js"></script>
|
| - |
|
49 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
| 47 |
<!-- DROPDOWN MENUS -->
|
50 |
<!-- DROPDOWN MENUS -->
|
| 48 |
<!--#include file="_menu_def.asp"-->
|
51 |
<!--#include file="_menu_def.asp"-->
|
| 49 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
52 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| - |
|
53 |
<script language="JavaScript">
|
| - |
|
54 |
// Local Tips
|
| - |
|
55 |
formTips.tips.enabledUser = stdTip(200, 'Enabled User', 'Emails will be sent to disabled users.'+
|
| - |
|
56 |
'<p>They will not be allowed access to the Manager Suite of applications.' +
|
| - |
|
57 |
'This is an indication that the user many not be required to receive notifications.' );
|
| - |
|
58 |
formTips.tips.opr = stdTip(200, 'Operations', 'A user can delete their own notification request' +
|
| - |
|
59 |
'<p>A user with "ViewAdmin" permission can delete any users notification request.');
|
| - |
|
60 |
|
| - |
|
61 |
|
| - |
|
62 |
</script>
|
| - |
|
63 |
|
| 50 |
<script language="javascript">
|
64 |
<script language="javascript">
|
| 51 |
$(document).ready(function () {
|
65 |
$(document).ready(function () {
|
| 52 |
|
66 |
|
| 53 |
// Add operation to all the delete buttons
|
67 |
// Add operation to all the delete buttons
|
| 54 |
$('.btn_delete').on('click', function(){
|
68 |
$('.btn_delete').on('click', function(){
|
| Line 143... |
Line 157... |
| 143 |
<br>
|
157 |
<br>
|
| 144 |
<span class="body_colb">Package Notification Details</span><br>
|
158 |
<span class="body_colb">Package Notification Details</span><br>
|
| 145 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
159 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
| 146 |
<tr class="form_field_hdr">
|
160 |
<tr class="form_field_hdr">
|
| 147 |
<td nowrap width="1%" >Who </td>
|
161 |
<td nowrap width="1%" >Who </td>
|
| 148 |
<td nowrap width="1%" >Enabled User </td>
|
162 |
<td nowrap width="1%" >Enabled User<%=Quick_Help("enabledUser")%> </td>
|
| 149 |
<td nowrap width="1%">Opr </td>
|
163 |
<td nowrap width="1%">Opr<%=Quick_Help("opr")%> </td>
|
| 150 |
<td nowrap width="97%">Project </td>
|
164 |
<td nowrap width="97%">Project </td>
|
| 151 |
|
165 |
|
| 152 |
</tr>
|
166 |
</tr>
|
| 153 |
<%
|
167 |
<%
|
| 154 |
|
168 |
|