Changeset 1053 for trunk/templates
- Timestamp:
- 06/10/07 02:50:29 (18 months ago)
- Location:
- trunk/templates
- Files:
-
- 4 modified
-
edit_form.tt (modified) (1 diff)
-
missing_metadata.tt (modified) (2 diffs)
-
moderate_confirm.tt (modified) (1 diff)
-
preferences.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/edit_form.tt
r1031 r1053 48 48 49 49 <div class="edit_form_group" id="content_group"> 50 <label for="content ">50 <label for="content_textarea"> 51 51 [% IF conflict %] 52 52 Current content: -
trunk/templates/missing_metadata.tt
r893 r1053 32 32 <div> 33 33 <label for="metadata_value">Metadata Value:</label> 34 <input name="metadata_value" value="[% metadata_value %]" />34 <input name="metadata_value" id="metadata_value" value="[% metadata_value %]" /> 35 35 36 36 <i>Optional, eg 'pub' when metadata value is Category</i> … … 38 38 <div> 39 39 <label for="exclude_locales">Exclude Locales:</label> 40 <input type="checkbox" name="exclude_locales" [% IF exclude_locales %]checked="true"[% END %] />40 <input type="checkbox" name="exclude_locales" id="exclude_locales" [% IF exclude_locales %]checked="true"[% END %] /> 41 41 </div> 42 42 <div> 43 43 <label for="exclude_categories">Exclude Categories:</label> 44 <input type="checkbox" name="exclude_categories" [% IF exclude_categories %]checked="true"[% END %] />44 <input type="checkbox" name="exclude_categories" id="exclude_categories" [% IF exclude_categories %]checked="true"[% END %] /> 45 45 </div> 46 46 <div> -
trunk/templates/moderate_confirm.tt
r852 r1053 25 25 [% IF moderation_action == 'set_moderation' %] 26 26 <label for="moderation_flag">Moderation Required:</label> 27 <input type="checkbox" name="moderation_flag" [% IF moderation_flag %]checked="yes"[% END %] />27 <input type="checkbox" name="moderation_flag" id="moderation_flag" [% IF moderation_flag %]checked="yes"[% END %] /> 28 28 <br /> 29 29 [% ELSE %] 30 30 <input type="hidden" name="version" value="[% version %]" /> 31 31 [% END %] 32 <strong> Password:</strong>33 <input type="password" name="password" />32 <strong><label for="password">Password:</label></strong> 33 <input type="password" name="password" id="password" /> 34 34 <input type="submit" value="Go!" /> 35 35 </form> -
trunk/templates/preferences.tt
r1050 r1053 80 80 <p> 81 81 <label for="default_edit_type">Default edit type:</label> 82 <select name="default_edit_type" >82 <select name="default_edit_type" id="default_edit_type"> 83 83 [% IF default_edit_type == 'normal' %] 84 84 <option value="normal" selected="1">Normal edit</option> … … 93 93 <p> 94 94 <label for="cookie_expires">Preferences expire:</label> 95 <select name="cookie_expires" >95 <select name="cookie_expires" id="cookie_expires"> 96 96 [% IF cookie_expires == 'never' %] 97 97 <option value="month">in one month</option>
