Skip to content

Commit

Permalink
[#601 state:resolved] Changed the Change note field class from top-la…
Browse files Browse the repository at this point in the history
…bel to left-label to make it fit in with the rest of the edit entry/template sidebar.
  • Loading branch information
MikeThomsen authored and jayallen committed Dec 7, 2010
1 parent caaafa3 commit de753ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tmpl/cms/edit_entry.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
<mtapp:setting
id="revision-note"
label="<__trans phrase="Change note">"
label_class="top-label">
label_class="left-label">
<input type="text" name="revision-note" id="revision-note" value="<mt:var name="revision-note" escape="html">" />
</mtapp:setting>
</mt:if>
Expand Down
2 changes: 1 addition & 1 deletion tmpl/cms/edit_template.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ Wrapping is currently hard-coded active for demonstration via the text-area's mt
<mtapp:setting
id="revision-note"
label="<__trans phrase="Change note">"
label_class="top-label">
label_class="left-label">
<input type="text" name="revision-note" id="revision-note" value="<mt:var name="revision-note" escape="html">"<mt:if name="save_revision" eq="0"> style="display:none"</mt:if>/>
</mtapp:setting>
</mt:if>
Expand Down

0 comments on commit de753ac

Please sign in to comment.