diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 23:58:34 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 23:58:34 +0200 |
commit | e74ae8b0310fd4b638ff5da674ba16b47fc5f294 (patch) | |
tree | 3be86f8d04c8a403995e0c19577a3150bd193d52 /view/theme/diabook/diabook-green/admin_users.tpl | |
parent | d6c8a14fb0f56825b1f5f8dc4108a89d8aa583db (diff) | |
download | volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.tar.gz volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.tar.bz2 volse-hubzilla-e74ae8b0310fd4b638ff5da674ba16b47fc5f294.zip |
diabook-themes: bugfix
Diffstat (limited to 'view/theme/diabook/diabook-green/admin_users.tpl')
-rw-r--r-- | view/theme/diabook/diabook-green/admin_users.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/diabook/diabook-green/admin_users.tpl b/view/theme/diabook/diabook-green/admin_users.tpl index 40f94f5fe..8aabb51ec 100644 --- a/view/theme/diabook/diabook-green/admin_users.tpl +++ b/view/theme/diabook/diabook-green/admin_users.tpl @@ -14,7 +14,7 @@ <h1>$title - $page</h1> <form action="$baseurl/admin/users" method="post"> - + <input type='hidden' name='form_security_token' value='$form_security_token'> <h3>$h_pending</h3> {{ if $pending }} <table id='pending'> @@ -72,8 +72,8 @@ <td class='login_date'>$u.page-flags</td> <td class="checkbox"><input type="checkbox" class="users_ckbx" id="id_user_$u.uid" name="user[]" value="$u.uid"/></td> <td class="tools" style="width:60px;"> - <a href="$baseurl/admin/users/block/$u.uid" title='{{ if $u.blocked }}$unblock{{ else }}$block{{ endif }}'><span class='icon block {{ if $u.blocked==0 }}dim{{ endif }}'></span></a> - <a href="$baseurl/admin/users/delete/$u.uid" title='$delete' onclick="return confirm_delete('$u.name')"><span class='icon ad_drop'></span></a> + <a href="$baseurl/admin/users/block/$u.uid?t=$form_security_token" title='{{ if $u.blocked }}$unblock{{ else }}$block{{ endif }}'><span class='icon block {{ if $u.blocked==0 }}dim{{ endif }}'></span></a> + <a href="$baseurl/admin/users/delete/$u.uid?t=$form_security_token" title='$delete' onclick="return confirm_delete('$u.name')"><span class='icon ad_drop'></span></a> </td> </tr> {{ endfor }} |