diff options
author | rub <rub@piwigo.org> | 2007-03-16 18:49:19 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-16 18:49:19 +0000 |
commit | 1a3660405a6856bca55932900e18edd5b5e6d20b (patch) | |
tree | 6759a9129ed371803b7a9bfe8fb65671fe4c7e92 /template/yoga/admin/upload.tpl | |
parent | 837138918295869327ea93d06d508d7c26c2ebea (diff) |
Add the last (before 1.8) tabsheet on administration menu (Waiting elements).
Small change way mail function.
git-svn-id: http://piwigo.org/svn/trunk@1915 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/upload.tpl (renamed from template/yoga/admin/waiting.tpl) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/admin/waiting.tpl b/template/yoga/admin/upload.tpl index 2732ad621..3bba80602 100644 --- a/template/yoga/admin/waiting.tpl +++ b/template/yoga/admin/upload.tpl @@ -1,5 +1,10 @@ <!-- $Id$ --> -<h2>{lang:title_waiting}</h2> +<div class="titrePage"> + <h2>{lang:waiting} {TABSHEET_TITLE}</h2> + {TABSHEET} +</div> + +<h3>{lang:title_upload}</h3> <form action="{F_ACTION}" method="post" id="waiting"> <table style="width:100%;" > |