From 57cf3ba758cadf56e35aa030edf525e61a56cfc6 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 18 Jun 2006 12:04:59 +0000 Subject: Issue 426: first step; separation of admin and public into two templates Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/thumbnail.tpl | 129 -------------------------------------- 1 file changed, 129 deletions(-) delete mode 100644 template/yoga/admin/thumbnail.tpl (limited to 'template/yoga/admin/thumbnail.tpl') diff --git a/template/yoga/admin/thumbnail.tpl b/template/yoga/admin/thumbnail.tpl deleted file mode 100644 index cf5345d43..000000000 --- a/template/yoga/admin/thumbnail.tpl +++ /dev/null @@ -1,129 +0,0 @@ - -
- -

{lang:title_thumbnails}

-
- - -
{L_RESULTS}
- - - - - - - - - - - - - - - - - - - -
{L_PATH}{L_THUMBNAIL}{L_GENERATED}{L_FILESIZE}{L_WIDTH}{L_HEIGHT}
{results.picture.PATH}{results.picture.GEN_TIME}{results.picture.TN_FILESIZE_IMG}{results.picture.TN_WIDTH_IMG}{results.picture.TN_HEIGHT_IMG}
- - - - - - - - - - - - - - - - - - - - - - - - - -
{L_TN_STATS}
{L_TN_NB_STATS}{results.TN_NB}
{L_TN_TOTAL}{results.TN_TOTAL}
{L_TN_MAX}{results.TN_MAX}
{L_TN_MIN}{results.TN_MIN}
{L_TN_AVERAGE}{results.TN_AVERAGE}
-
- - - -
- -
- {L_PARAMS} - -
    -
  • - {L_GD} - - -
  • - -
  • - - - - -
  • - -
  • - - - - -
  • - -
  • - {lang:Number of thumbnails to create} - - - - -
  • -
-
- -

-
- - - -
[ {L_UNLINK} ]
- - - -
{remainings.TOTAL_IMG} {L_REMAINING}
- - - - - - - - - - - - - - - - - -
 {L_PATH}{L_FILESIZE}{L_WIDTH}{L_HEIGHT}
{remainings.remaining.NB_IMG}
{remainings.remaining.PATH}
{remainings.remaining.FILESIZE_IMG}
{remainings.remaining.WIDTH_IMG}
{remainings.remaining.HEIGHT_IMG}
- -- cgit v1.2.3