From 1a3660405a6856bca55932900e18edd5b5e6d20b Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 16 Mar 2007 18:49:19 +0000 Subject: 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 --- template/yoga/admin/comments.tpl | 8 ++++++- template/yoga/admin/upload.tpl | 50 ++++++++++++++++++++++++++++++++++++++++ template/yoga/admin/waiting.tpl | 45 ------------------------------------ 3 files changed, 57 insertions(+), 46 deletions(-) create mode 100644 template/yoga/admin/upload.tpl delete mode 100644 template/yoga/admin/waiting.tpl (limited to 'template/yoga/admin') diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl index 39c18bd5c..88c86bd88 100644 --- a/template/yoga/admin/comments.tpl +++ b/template/yoga/admin/comments.tpl @@ -1,4 +1,10 @@ -

{lang:User comments validation}

+ +
+

{lang:waiting} {TABSHEET_TITLE}

+ {TABSHEET} +
+ +

{lang:User comments validation}

diff --git a/template/yoga/admin/upload.tpl b/template/yoga/admin/upload.tpl new file mode 100644 index 000000000..3bba80602 --- /dev/null +++ b/template/yoga/admin/upload.tpl @@ -0,0 +1,50 @@ + +
+

{lang:waiting} {TABSHEET_TITLE}

+ {TABSHEET} +
+ +

{lang:title_upload}

+ + + + + + + + + + + + + + + + + + + + + +
{lang:category}{lang:date}{lang:file}{lang:thumbnail}{lang:Author} 
{picture.CATEGORY_IMG}{picture.DATE_IMG} + {picture.FILE_IMG} + + + {picture.thumbnail.FILE_TN_IMG} + + + {picture.UPLOAD_USERNAME} + + + +
+ +

+ + + + + +

+ +
diff --git a/template/yoga/admin/waiting.tpl b/template/yoga/admin/waiting.tpl deleted file mode 100644 index 2732ad621..000000000 --- a/template/yoga/admin/waiting.tpl +++ /dev/null @@ -1,45 +0,0 @@ - -

{lang:title_waiting}

- -
- - - - - - - - - - - - - - - - - - - -
{lang:category}{lang:date}{lang:file}{lang:thumbnail}{lang:Author} 
{picture.CATEGORY_IMG}{picture.DATE_IMG} - {picture.FILE_IMG} - - - {picture.thumbnail.FILE_TN_IMG} - - - {picture.UPLOAD_USERNAME} - - - -
- -

- - - - - -

- -
-- cgit v1.2.3