Changeset 1996 for branches/release-35/tmpl/cms/edit_template.tmpl
- Timestamp:
- 04/19/08 05:57:37 (2 years ago)
- Files:
-
- 1 modified
-
branches/release-35/tmpl/cms/edit_template.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/tmpl/cms/edit_template.tmpl
r1965 r1996 655 655 <!-- untested features --> 656 656 <option value="5"<mt:if name="build_type_5"> selected="selected"</mt:if>><__trans phrase="On a schedule"></option> 657 <mt:ignore>658 657 <!-- This code needs to be shown if the "On a schedule" has been selected --> 659 658 <__trans phrase=": every "><input name="schedule_interval" id="schedule_interval" value="<mt:var name="schedule_interval" escape="html">" maxlength="10" class="quarter-width" mt:watch-change="1" /> … … 663 662 <option value="days"<mt:if name="schedule_period_days"> selected="selected"</mt:if>><__trans phrase="days"></option> 664 663 </select> 665 </mt:ignore>666 664 </mt:ignore> 667 665 </mt:if>
