From d1215469ed3efe048846c3dea400978710c96bab Mon Sep 17 00:00:00 2001 From: Repellent Date: Sun, 7 Aug 2016 22:09:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- import/templates/admin_list.tpl | 139 ++++++++++++++++---------------- 1 file changed, 70 insertions(+), 69 deletions(-) diff --git a/import/templates/admin_list.tpl b/import/templates/admin_list.tpl index 640f469..464b12d 100644 --- a/import/templates/admin_list.tpl +++ b/import/templates/admin_list.tpl @@ -1,90 +1,91 @@ - -
-
{#IMPORT_MODULE_NAME#}
-
-
-
- {#IMPORT_EDIT_TIP#} -
+
{#mod_name#}
-
{#IMPORT_MODULE_NAME#}
+
{#imports#}
- +
+ + + + + + + + + + + + - - - - - - - + + + + + + + + - {foreach from=$imports item=import} - - - - - - - - - - - {/foreach} - {if ! $imports} - - - - {/if} + {foreach from=$imports item=import} + + + + + + + + + + + + + {/foreach}
{#IMPORT_ID#}{#IMPORT_NAME#}{#IMPORT_RUBRICS#}{#IMPORT_PARSER#}{#IMPORT_LAST_UPDATE#}{#IMPORT_ACTIONS#}
ID{#name#}{#rub_name#}{#parser#}{#time_edited#}{#time_run#}{#actions#}
{$import->id} {$import->import_name|escape} - {foreach from=$rubs item=rub} - {if $rub->Id==$import->import_rub} - {$rub->rubric_title} - {/if} - {/foreach} - {$import->import_parser}{$import->import_last_update|date_format:"%Y-%m-%d %H:%M"}
    -
  • {#IMPORT_NO_ITEMS#}
  • -
{$import.id} + + {$import.name|escape|stripslashes} + + {$import.rub_title|escape|stripslashes}{$import.parser|escape|stripslashes}{$import.time_edited|date_format:$TIME_FORMAT|pretty_date}{if $import.time_run}{$import.time_run|date_format:$TIME_FORMAT|pretty_date}{/if} + + + + + + + +
+ {if !$imports} +
+
    +
  • {#noimports#}
  • +
+
+ {/if}
{if $page_nav} -{/if} \ No newline at end of file +{/if}