From a37986cdc02b268d19aaae467ac1a8651f88a0ff Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Tue, 24 Sep 2013 09:33:52 +0200 Subject: added new smarty template admin_hubloc.tpl --- view/tpl/admin_hubloc.tpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 view/tpl/admin_hubloc.tpl (limited to 'view') diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl new file mode 100755 index 000000000..a9f250652 --- /dev/null +++ b/view/tpl/admin_hubloc.tpl @@ -0,0 +1,22 @@ +
+

{{$title}} - {{$page}}

+ +
+ + + + + + {{foreach $th_hubloc as $th}}{{/foreach}} + + + + + {{foreach $hubloc as $hub}} + + {{/foreach}} + +
{{$th}}
{{$hub.hubloc_id}}{{$hub.hubloc_addr}}{{$hub.hubloc_host}}{{$hub.hubloc_status}}
+ + +
-- cgit v1.2.3