[ 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 5 {'Do you want to receive messages combined in digest'|i18n('design/standard/notification')} 6 <input type="checkbox" name="ReceiveDigest_{$handler.id_string}" value="{$settings.receive_digest}" /><br/> 7 8 {'Digest settings'|i18n('design/standard/notification')} 9 <br/> 10 {'Day of the week'|i18n('design/standard/notification')} 11 12 <select name="Weekday_{$handler.id_string}"> 13 {section name=WeekDays loop=$handler.all_week_days} 14 <option value="{$WeekDays:item}" {section show=eq($WeekDays:item,$settings.day)}selected="selected"{/section}>{$WeekDays:item}</option> 15 {/section} 16 </select> 17 18 <select name="Time_{$handler.id_string}"> 19 {section name=Time loop=$handler.available_hours} 20 <option value="{$Time:item}" {section show=eq($Time:item,$settings.time)}selected="selected"{/section}>{$Time:item}</option> 21 {/section} 22 </select> 23 24 25 {/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 |