From fda524253d89292ad5a3ec9bfed291495a72572e Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 22 Jun 2008 08:45:28 +0000 Subject: Admin isolation: Copy of admin templates in admin folder. (Before previous admin templates removal). Some of css simplification (in admin only currently. git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/admin.tpl | 109 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 admin/template/yoga/admin.tpl (limited to 'admin/template/yoga/admin.tpl') diff --git a/admin/template/yoga/admin.tpl b/admin/template/yoga/admin.tpl new file mode 100644 index 000000000..c2307a022 --- /dev/null +++ b/admin/template/yoga/admin.tpl @@ -0,0 +1,109 @@ +{* $Id$ *} + + +
+ {if isset($errors)} +
+
    + {foreach from=$errors item=error} +
  • {$error}
  • + {/foreach} +
+
+ {/if} + + {if isset($infos)} +
+
    + {foreach from=$infos item=info} +
  • {$info}
  • + {/foreach} +
+
+ {/if} + + {$ADMIN_CONTENT} +
-- cgit v1.2.3