|
Lines 157-163
$(document).ready(function(){
Link Here
|
| 157 |
$(this).select(); |
157 |
$(this).select(); |
| 158 |
}); |
158 |
}); |
| 159 |
[% END %] |
159 |
[% END %] |
| 160 |
[% IF ( saved1 || showsql || execute || editsql || save_successful ) %] |
160 |
|
| 161 |
$(".confirmdelete").click(function(){ |
161 |
$(".confirmdelete").click(function(){ |
| 162 |
$(this).parents('tr').attr("class","warn"); |
162 |
$(this).parents('tr').attr("class","warn"); |
| 163 |
if(confirm(_("Are you sure you want to delete this saved report?"))){ |
163 |
if(confirm(_("Are you sure you want to delete this saved report?"))){ |
|
Lines 167-173
$(document).ready(function(){
Link Here
|
| 167 |
return false; |
167 |
return false; |
| 168 |
} |
168 |
} |
| 169 |
}); |
169 |
}); |
| 170 |
[% END %] |
|
|
| 171 |
|
170 |
|
| 172 |
[% IF (create || editsql || save) %] |
171 |
[% IF (create || editsql || save) %] |
| 173 |
$("#select_group").change(function() { |
172 |
$("#select_group").change(function() { |
| 174 |
- |
|
|