Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- bug 865: Unable to manage users (I thought I tested this jquery fun…
…ctionality; apparently not so out it goes)

git-svn-id: http://piwigo.org/svn/trunk@2559 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Sep 21, 2008
1 parent fc5a93c commit a0a0511
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions admin/template/goto/user_list.tpl
Expand Up @@ -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>

0 comments on commit a0a0511

Please sign in to comment.