From 83767be80c29e3d3ca99f4a7d2eaab97f8256d1b Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 11 Jan 2012 15:22:32 +0100 Subject: remove unused stuff --- .../modules/dev/views/scripts/pool/index.phtml | 131 --------------------- 1 file changed, 131 deletions(-) delete mode 100644 application/modules/dev/views/scripts/pool/index.phtml (limited to 'application/modules/dev/views/scripts/pool/index.phtml') diff --git a/application/modules/dev/views/scripts/pool/index.phtml b/application/modules/dev/views/scripts/pool/index.phtml deleted file mode 100644 index cd49048..0000000 --- a/application/modules/dev/views/scripts/pool/index.phtml +++ /dev/null @@ -1,131 +0,0 @@ -

Pools

-formButton('createconfig', 'Create Pool', array( - 'onclick' => 'self.location="/dev/pool/createpool"', - 'class' => 'addbutton'))?> - -pools): ?> - - - - - - - - - pools as $pool): ?> - - - - - - - - - - findBy(array('poolID' => $pool->getID()),true); - ?> - 0): ?> - - - - - - -
IDTitleDescriptionLocationActions
escape($pool->getID()) ?>escape($pool->getTitle()) ?>escape($pool->getDescription()) ?>escape($pool->getLocation()) ?>Edit PoolDelete PoolLink Client
- - - - - - - - - - - find($client['clientID'],$cli); - ?> - - - - - -
ClientIDMacHardwarehashActions
macAdress); ?>hardwarehash); ?>Unlink Client
-
-

Free clients

- - - - - - - -freeclients as $client): ?> - - - - - ?> - - - - - -
ClientIDMacAdressHardwarehashActions
- - - -

There are no pools to display.

- - -- cgit v1.2.3-55-g7522