Skip to content

Commit 8d95390

Browse files
committed
removed suspend js
1 parent a1c8045 commit 8d95390

File tree

6 files changed

+0
-103
lines changed

6 files changed

+0
-103
lines changed

web/templates/user/list_db.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,6 @@
4949
<tr class="data-row">
5050
<script type="text/javascript">
5151
$(function(){
52-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog({
53-
modal: true,
54-
autoOpen: false,
55-
width: 360,
56-
buttons: {
57-
"Ok": function(event, ui) {
58-
location.href = '/<?php echo $spnd_action ?>/db/?database=<?php echo "$key" ?>';
59-
},
60-
"Cancel": function() {
61-
$(this).dialog("close");
62-
}
63-
}
64-
});
65-
$('#<?php echo $spnd_action ?>_link_<?php echo "$i" ?>').click(function(){
66-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog('open');
67-
return false;
68-
});
6952
$('#delete_dialog_<?php echo "$i" ?>').dialog({
7053
modal: true,
7154
autoOpen: false,

web/templates/user/list_dns.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,6 @@
4242

4343
<script type="text/javascript">
4444
$(function(){
45-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog({
46-
modal: true,
47-
autoOpen: false,
48-
width: 360,
49-
buttons: {
50-
"Ok": function(event, ui) {
51-
location.href = '/<?php echo $spnd_action ?>/dns/?domain=<?php echo "$key" ?>';
52-
},
53-
"Cancel": function() {
54-
$(this).dialog("close");
55-
}
56-
}
57-
});
58-
$('#<?php echo $spnd_action ?>_link_<?php echo "$i" ?>').click(function(){
59-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog('open');
60-
return false;
61-
});
6245
$('#delete_dialog_<?php echo "$i" ?>').dialog({
6346
modal: true,
6447
autoOpen: false,

web/templates/user/list_mail.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,6 @@
4545

4646
<script type="text/javascript">
4747
$(function(){
48-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog({
49-
modal: true,
50-
autoOpen: false,
51-
width: 360,
52-
buttons: {
53-
"Ok": function(event, ui) {
54-
location.href = '/<?php echo $spnd_action ?>/mail/?domain=<?php echo "$key" ?>';
55-
},
56-
"Cancel": function() {
57-
$(this).dialog("close");
58-
}
59-
}
60-
});
61-
$('#<?php echo $spnd_action ?>_link_<?php echo "$i" ?>').click(function(){
62-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog('open');
63-
return false;
64-
});
6548
$('#delete_dialog_<?php echo "$i" ?>').dialog({
6649
modal: true,
6750
autoOpen: false,

web/templates/user/list_mail_acc.html

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,6 @@
4242

4343
<script type="text/javascript">
4444
$(function(){
45-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog({
46-
modal: true,
47-
autoOpen: false,
48-
width: 360,
49-
buttons: {
50-
"Ok": function(event, ui) {
51-
location.href = '/<?php echo $spnd_action ?>/mail/?domain=<?php echo $_GET['domain'] ?>&account=<?php echo $key ?>';
52-
},
53-
"Cancel": function() {
54-
$(this).dialog("close");
55-
}
56-
}
57-
});
58-
$('#<?php echo $spnd_action ?>_link_<?php echo "$i" ?>').click(function(){
59-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog('open');
60-
return false;
61-
});
62-
6345
$('#delete_dialog_<?php echo "$i" ?>').dialog({
6446
modal: true,
6547
autoOpen: false,

web/templates/user/list_user.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,6 @@
4646

4747
<script type="text/javascript">
4848
$(function(){
49-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog({
50-
modal: true,
51-
autoOpen: false,
52-
width: 360,
53-
buttons: {
54-
"Ok": function(event, ui) {
55-
location.href = '/<?php echo $spnd_action ?>/user/?user=<?php echo "$key" ?>';
56-
},
57-
"Cancel": function() {
58-
$(this).dialog("close");
59-
}
60-
}
61-
});
62-
$('#<?php echo $spnd_action ?>_link_<?php echo "$i" ?>').click(function(){
63-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog('open');
64-
return false;
65-
});
6649
$('#delete_dialog_<?php echo "$i" ?>').dialog({
6750
modal: true,
6851
autoOpen: false,

web/templates/user/list_web.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,6 @@
6262
?>
6363
<script type="text/javascript">
6464
$(function(){
65-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog({
66-
modal: true,
67-
autoOpen: false,
68-
width: 360,
69-
buttons: {
70-
"Ok": function(event, ui) {
71-
location.href = '/<?php echo $spnd_action ?>/web/?domain=<?php echo "$key" ?>';
72-
},
73-
"Cancel": function() {
74-
$(this).dialog("close");
75-
}
76-
}
77-
});
78-
$('#<?php echo $spnd_action ?>_link_<?php echo "$i" ?>').click(function(){
79-
$('#<?php echo $spnd_action ?>_dialog_<?php echo "$i" ?>').dialog('open');
80-
return false;
81-
});
8265
$('#delete_dialog_<?php echo "$i" ?>').dialog({
8366
modal: true,
8467
autoOpen: false,

0 commit comments

Comments
 (0)