Remove g-actions, it doesn't serve any real purpose in styling or JavaScript.

This commit is contained in:
Chad Kieffer
2009-11-08 21:46:09 -07:00
parent 56c543dbe4
commit 2bd4fa4b43
2 changed files with 2 additions and 7 deletions

View File

@@ -85,7 +85,7 @@
<td>
<?= ($user->last_login == 0) ? "" : gallery::date($user->last_login) ?>
</td>
<td class="g-actions">
<td>
<a href="<?= url::site("admin/users/edit_user_form/$user->id") ?>"
open_text="<?= t("Close") ?>"
class="g-panel-link g-button ui-state-default ui-corner-all ui-icon-left">