From 17562c8843a853f0248a97e156b6f616dd4db574 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Tue, 1 May 2012 15:49:36 -0400 Subject: Clean up the ACL UI a bit Make it more consistent and remove outdated references to RPC keys. --- templates/show_add_access.inc.php | 58 ++++++++++-------- templates/show_add_access_current.inc.php | 73 ----------------------- templates/show_add_access_local.inc.php | 97 ------------------------------- templates/show_add_access_rpc.inc.php | 97 ------------------------------- templates/show_edit_access.inc.php | 14 +---- 5 files changed, 35 insertions(+), 304 deletions(-) delete mode 100644 templates/show_add_access_current.inc.php delete mode 100644 templates/show_add_access_local.inc.php delete mode 100644 templates/show_add_access_rpc.inc.php (limited to 'templates') diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index b458407d..bfcb6159 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -19,17 +19,11 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * @package Ampache - * @copyright 2001 - 2011 Ampache.org - * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @link http://www.ampache.org/ */ - ?> - + -
+ @@ -52,28 +46,32 @@ + + + - - - - - - - - - -
:
: + + + +
: +

: - -

(255.255.255.255) / (ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff) @@ -83,12 +81,24 @@
: - + : - +
diff --git a/templates/show_add_access_current.inc.php b/templates/show_add_access_current.inc.php deleted file mode 100644 index 1f1f18db..00000000 --- a/templates/show_add_access_current.inc.php +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -
: - -
:
: - - - - -
: - -

: - -
-
- - -
-
- diff --git a/templates/show_add_access_local.inc.php b/templates/show_add_access_local.inc.php deleted file mode 100644 index ef204483..00000000 --- a/templates/show_add_access_local.inc.php +++ /dev/null @@ -1,97 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
: - -
: - - - - -
: - -
: -
- + +
- +
-

: - -

- (255.255.255.255) / (ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff) -
: - - - : - - -
-
- - -
-
- diff --git a/templates/show_add_access_rpc.inc.php b/templates/show_add_access_rpc.inc.php deleted file mode 100644 index ed9d8a8d..00000000 --- a/templates/show_add_access_rpc.inc.php +++ /dev/null @@ -1,97 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
: - -
: - - - - -
: - -
: -
- +
- + -

: - -

- (255.255.255.255) / (ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff) -
: - - - : - - -
-
- - -
-
- diff --git a/templates/show_edit_access.inc.php b/templates/show_edit_access.inc.php index 28bd0f73..a17fba35 100644 --- a/templates/show_edit_access.inc.php +++ b/templates/show_edit_access.inc.php @@ -19,13 +19,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * @package Ampache - * @copyright 2001 - 2011 Ampache.org - * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @link http://www.ampache.org/ */ - ?>
@@ -42,7 +36,7 @@ - + @@ -70,12 +64,6 @@ user); ?> - - - - - - : -- cgit