diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-09-20 23:45:23 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-09-20 23:45:23 +0000 |
commit | 179106efaff17b4fa25667381244ebc46789885e (patch) | |
tree | 4028ff34f051574b8afc93d922bcca4b2473d38f /template/yoga/picture.tpl | |
parent | c5970aba221881d9788197115fd17ab863d72269 (diff) |
- removed unused code from the calendar
- removed some unused css rules, simplified css a bit and made some rule grouping (nothing important)
git-svn-id: http://piwigo.org/svn/trunk@2101 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/picture.tpl')
-rw-r--r-- | template/yoga/picture.tpl | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 9c1217af2..e0c49d9af 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -1,6 +1,21 @@ -<!-- BEGIN information --> -<div class="pleaseNote">{information.INFORMATION}</div> -<!-- END information --> +<!-- BEGIN errors --> +<div class="errors"> +<ul> + <!-- BEGIN error --> + <li>{errors.error.TEXT}</li> + <!-- END error --> +</ul> +</div> +<!-- END errors --> +<!-- BEGIN infos --> +<div class="infos"> +<ul> + <!-- BEGIN info --> + <li>{infos.info.TEXT}</li> + <!-- END info --> +</ul> +</div> +<!-- END infos --> <div id="imageHeaderBar"> <div class="browsePath"> |