[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let settings=$handler.settings} 3 4 <input type="checkbox" name="ReceiveDigest_{$handler.id_string}" {$settings.receive_digest|choose("",checked)} /> 5 <label>{'Receive all messages combined in one digest'|i18n('design/standard/notification')}</label><br/> 6 7 <div class="block"> 8 <label>{'Time of day'|i18n('design/standard/notification')}:</label> 9 <select name="Time_{$handler.id_string}"> 10 {section name=Time loop=$handler.available_hours} 11 <option value="{$Time:item}" {section show=eq($Time:item,$settings.time)}selected="selected"{/section}>{$Time:item}</option> 12 {/section} 13 </select> 14 </div> 15 16 <div class="block"> 17 <input type="radio" name="DigestType_{$handler.id_string}" value="3" {eq($settings.digest_type,3)|choose('',checked)} /> 18 <label>{'Daily'|i18n('design/standard/notification')}</label> 19 <div class="break"></div> 20 21 <input type="radio" name="DigestType_{$handler.id_string}" value="1" {eq($settings.digest_type,1)|choose('',checked)} /> 22 <label>{'Weekly, day of week'|i18n('design/standard/notification')}:</label> 23 <select name="Weekday_{$handler.id_string}"> 24 {section name=WeekDays loop=$handler.all_week_days} 25 <option value="{$WeekDays:item}" {section show=eq($WeekDays:item,$settings.day)}selected="selected"{/section}>{$WeekDays:item}</option> 26 {/section} 27 </select> 28 <div class="break"></div> 29 30 <input type="radio" name="DigestType_{$handler.id_string}" value="2" {eq($settings.digest_type,2)|choose('',checked)} /> 31 <label>{'Monthly, day of month'|i18n('design/standard/notification')}:</label> 32 <select name="Monthday_{$handler.id_string}"> 33 {section name=MonthDays loop=$handler.all_month_days} 34 <option value="{$MonthDays:item}" {section show=eq($MonthDays:item,$settings.day)}selected="selected"{/section}>{$MonthDays:item}</option> 35 {/section} 36 </select> 37 <div>{'If the day of month number you have chosen is larger than the number of days in the current month, then the last day of the current month will be used instead.'|i18n('design/standard/notification')}</div> 38 </div> 39 40 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |