Changeset 2559


Ignore:
Timestamp:
Sep 21, 2008, 1:03:12 PM (16 years ago)
Author:
rvelices
Message:
  • bug 865: Unable to manage users (I thought I tested this jquery functionality; apparently not so out it goes)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/user_list.tpl

    r2534 r2559  
    312312</form>
    313313
    314 <script type="text/javascript">// <![CDATA[
    315 {literal}jQuery("form:last").submit( function() {
    316         if ( jQuery("input[name=target][value=selection]:checked", this).length > 0 )
    317         if ( jQuery("input[name=selection]:checked", this).length == 0)
    318         {
    319                 alert( {/literal}"{'Select at least one user'|@translate|escape:javascript}"{literal} );
    320                 return false;
    321         }
    322         return true;
    323 }
    324 );{/literal}
    325 // ]]>
    326 </script>
    327  
Note: See TracChangeset for help on using the changeset viewer.