diff options
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"> |