Changeset 1040:c39391d78a5d for plugins/antispam
- Timestamp:
- 11/27/12 07:50:16 (13 years ago)
- Branch:
- default
- Location:
- plugins/antispam
- Files:
- 
          - 2 edited
 
 - 
          antispam.js (modified) (1 diff)
- 
          index.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/antispam/antispam.jsr0 r1040 3 3 $("#filters-list").each(function() { 4 4 dragsort.makeTableSortable(this,dotclear.sortable.setHandle, dotclear.sortable.saveOrder); 5 }); 6 $('form input[type=submit][name=delete_all]').click(function(){ 7 return window.confirm(dotclear.msg.confirm_spam_delete); 5 8 }); 6 9 }); 
- 
        plugins/antispam/index.phpr907 r1040 100 100 <head> 101 101 <title><?php echo ($filter_gui !== false ? sprintf(__('%s configuration'),$filter->name).' - ' : '').$page_name; ?></title> 102 <script type="text/javascript"> 103 //<![CDATA[ 104 <?php 105 echo dcPage::jsVar('dotclear.msg.confirm_spam_delete',__('Are you sure you want to delete all spams?')); 106 ?> 107 //]]> 108 </script> 102 109 <?php 103 110 echo 
Note: See TracChangeset
          for help on using the changeset viewer.
      