From 5b42a459e6d4488616d9e1a3eeb37e98fdb26fa8 Mon Sep 17 00:00:00 2001 From: bcyrill Date: Mon, 24 Sep 2012 21:38:08 +0200 Subject: Make tables sortable --- usr/local/www/system_authservers.php | 104 ++++++++++++----------- usr/local/www/system_groupmanager.php | 150 +++++++++++++++++---------------- usr/local/www/system_usermanager.php | 154 ++++++++++++++++++---------------- 3 files changed, 213 insertions(+), 195 deletions(-) diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php index 158e615..bc88f27 100644 --- a/usr/local/www/system_authservers.php +++ b/usr/local/www/system_authservers.php @@ -2,7 +2,7 @@ /* system_authservers.php - Copyright (C) 2010 Ermal Lu�i + Copyright (C) 2010 Ermal Luçi Copyright (C) 2008 Shrew Soft Inc. All rights reserved. @@ -733,54 +733,60 @@ function select_clicked() { - - - - - - - - - ondblclick="document.location='system_authservers.php?act=edit&id='" > - - - - - - - - - - - - - +
    - - - " alt="" width="17" height="17" border="0" /> - -   - ')"> - " alt="" width="17" height="17" border="0" /> - - -
- - " alt="" width="17" height="17" border="0" /> - -
-

- -

-
+ + + + + + + + + + + ondblclick="document.location='system_authservers.php?act=edit&id='" > + + + + + + + + + + + + + + + +
    + + + " alt="" width="17" height="17" border="0" /> + +   + ')"> + " alt="" width="17" height="17" border="0" /> + + +
+ + " alt="" width="17" height="17" border="0" /> + +
+

+ +

+
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php index def20c7..d6ffe25 100644 --- a/usr/local/www/system_groupmanager.php +++ b/usr/local/www/system_groupmanager.php @@ -399,78 +399,84 @@ function presubmit() { - - - - - - - - - - - - - - - - - - - - - - +
- - - - - - -
- <?=gettext(" title="" border="0" height="16" width="16" /> - -   -
-
-   - - - - - " width="17" height="17" border="0"> - -   - - ')"> - " width="17" height="17" border="0"> - - -
- " width="17" height="17" border="0"> - -
-

- -

-
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ <?=gettext(" title="" border="0" height="16" width="16" /> + +   +
+
+   + + + + + " width="17" height="17" border="0"> + +   + + ')"> + " width="17" height="17" border="0"> + + +
+ " width="17" height="17" border="0"> + +
+

+ +

+
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php index 68ac908..ab69fe5 100644 --- a/usr/local/www/system_usermanager.php +++ b/usr/local/www/system_usermanager.php @@ -780,80 +780,86 @@ function sshkeyClicked(obj) { - - - - - - - - - - - - - - - - - - - - - - - - +
- - - - - -
- - <?=gettext(" title="" border="0" height="16" width="16" /> - - -
-
  - -   - - - " alt="" width="17" height="17" border="0" /> - - -   - ')"> - " alt="" width="17" height="17" border="0" /> - - -
- - " alt="" width="17" height="17" border="0" /> - -
-

- -

- -

-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + <?=gettext(" title="" border="0" height="16" width="16" /> + + +
+
  + +   + + + " alt="" width="17" height="17" border="0" /> + + +   + ')"> + " alt="" width="17" height="17" border="0" /> + + +
+ + " alt="" width="17" height="17" border="0" /> + +
+

+ +

+ +

+
-- cgit v1.1