Show More
@@ -77,9 +77,9 b'' | |||||
77 | <div style="padding: 10px;color:#666666">${_('commit message')}</div> |
|
77 | <div style="padding: 10px;color:#666666">${_('commit message')}</div> | |
78 | <textarea id="commit" name="message" style="height: 100px;width: 99%;margin-left:4px"></textarea> |
|
78 | <textarea id="commit" name="message" style="height: 100px;width: 99%;margin-left:4px"></textarea> | |
79 | </div> |
|
79 | </div> | |
80 |
<div style="text-align: |
|
80 | <div style="text-align: l;padding-top: 5px"> | |
81 | <input id="reset" type="button" value="${_('Reset')}" class="ui-button-small" /> |
|
81 | ${h.submit('commit',_('Commit changes'),class_="ui-button-small")} | |
82 |
|
|
82 | ${h.reset('reset',_('Reset'),class_="ui-button-small")} | |
83 | </div> |
|
83 | </div> | |
84 | ${h.end_form()} |
|
84 | ${h.end_form()} | |
85 | <script type="text/javascript"> |
|
85 | <script type="text/javascript"> |
@@ -44,9 +44,9 b'' | |||||
44 | <div style="padding: 10px;color:#666666">${_('commit message')}</div> |
|
44 | <div style="padding: 10px;color:#666666">${_('commit message')}</div> | |
45 | <textarea id="commit" name="message" style="height: 60px;width: 99%;margin-left:4px"></textarea> |
|
45 | <textarea id="commit" name="message" style="height: 60px;width: 99%;margin-left:4px"></textarea> | |
46 | </div> |
|
46 | </div> | |
47 |
<div style="text-align: |
|
47 | <div style="text-align: left;padding-top: 5px"> | |
48 | <input id="reset" type="button" value="${_('Reset')}" class="ui-button-small" /> |
|
48 | ${h.submit('commit',_('Commit changes'),class_="ui-button-small")} | |
49 |
|
|
49 | ${h.reset('reset',_('Reset'),class_="ui-button-small")} | |
50 | </div> |
|
50 | </div> | |
51 | ${h.end_form()} |
|
51 | ${h.end_form()} | |
52 | <script type="text/javascript"> |
|
52 | <script type="text/javascript"> |
General Comments 0
You need to be logged in to leave comments.
Login now