From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/notification_by_mail.tpl | 120 +++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 admin/template/goto/notification_by_mail.tpl (limited to 'admin/template/goto/notification_by_mail.tpl') diff --git a/admin/template/goto/notification_by_mail.tpl b/admin/template/goto/notification_by_mail.tpl new file mode 100644 index 000000000..ef11e52d1 --- /dev/null +++ b/admin/template/goto/notification_by_mail.tpl @@ -0,0 +1,120 @@ +{* $Id$ *} + +
+

{'nbm_send_mail_to_users'|@translate} {$TABSHEET_TITLE}

+
+ +
+ {if isset($REPOST_SUBMIT_NAME)} +
+
+ +
+
+ {/if} + + {if isset($param)} +
+ {'nbm_title_param'|@translate} + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
{'nbm_info_send_mail_as'|@translate} +
+ + +
+ +
{'nbm_info_send_recent_post_dates'|@translate} +
+ + +
+
+ +

+ + +

+ {/if}{* isset $param*} + + {if isset($subscribe)} +
+ {'nbm_title_subscribe'|@translate} +

{'nbm_warning_subscribe_unsubscribe'|@translate}

+ {$DOUBLE_SELECT} +
+ {/if}{* isset $subscribe*} + + {if isset($send)} + {if empty($send.users)} +

{'nbm_no_user_available_to_send_L1'|@translate}

+

+ {'nbm_no_user_available_to_send_L2'|@translate}
+ {'nbm_no_user_available_to_send_L3'|@translate} +

+ {else} +
+ {'nbm_title_send'|@translate} + + + + + + + + {foreach from=$send.users item=u name=user_loop} + + + + + + + {/foreach} +
{'nbm_col_user'|@translate}{'nbm_col_mail'|@translate}{'nbm_col_last_send'|@translate}{'nbm_col_check_user_send_mail'|@translate}
+

+ {'Check all'|@translate} + / {'Uncheck all'|@translate} +

+
+ +
+ {'nbm_send_options'|@translate} + + + + + +
+
+ +

+ +

+ {/if} + {/if}{* isset $send*} + +
-- cgit v1.2.3