diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-21 11:03:12 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-21 11:03:12 +0000 |
commit | a0a0511a6ff430797618b6aa3640fc6bed8b4dc6 (patch) | |
tree | 31393928f00bc273f829e6b7e350b262d3023916 | |
parent | fc5a93c386955d577f8ed948c563480b490cff7f (diff) |
- bug 865: Unable to manage users (I thought I tested this jquery functionality; apparently not so out it goes)
git-svn-id: http://piwigo.org/svn/trunk@2559 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/template/goto/user_list.tpl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/admin/template/goto/user_list.tpl b/admin/template/goto/user_list.tpl index b6eca2d4b..fd5337d7a 100644 --- a/admin/template/goto/user_list.tpl +++ b/admin/template/goto/user_list.tpl @@ -311,17 +311,3 @@ </form> -<script type="text/javascript">// <![CDATA[ -{literal}jQuery("form:last").submit( function() { - if ( jQuery("input[name=target][value=selection]:checked", this).length > 0 ) - if ( jQuery("input[name=selection]:checked", this).length == 0) - { - alert( {/literal}"{'Select at least one user'|@translate|escape:javascript}"{literal} ); - return false; - } - return true; -} -);{/literal} -// ]]> -</script> -
\ No newline at end of file |