Author: gjm
Date: Wed Jun 20 13:11:51 2012
New Revision: 1352083
URL: http://svn.apache.org/viewvc?rev=1352083&view=rev
Log:
theme: adjusting wiki edit form layout to level out the buttons - towards #36
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html?rev=1352083&r1=1352082&r2=1352083&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
Wed Jun 20 13:11:51 2012
@@ -73,17 +73,19 @@ $page.text</textarea>
<div class="btn-toolbar buttons">
<div class="btn-group" py:choose="action">
<py:when test="'collision'">
- <input class="btn" type="submit" name="preview"
value="${_('Preview')}" disabled="disabled" />
- <input class="btn" type="submit" name="merge" value="${_('Merge
changes')}" accesskey="r" />
- <input class="btn" type="submit" name="save" value="${_('Submit
changes')}" disabled="disabled" />
+ <input class="btn" type="submit" name="preview"
value="${_('Preview')}" disabled="disabled" />
+ <input class="btn" type="submit" name="merge" value="${_('Merge
changes')}" accesskey="r" />
+ <input class="btn" type="submit" name="save" value="${_('Submit
changes')}" disabled="disabled" />
</py:when>
<py:otherwise>
- <input class="btn" type="submit" name="preview" value="${_('Preview
Page')}" accesskey="p" />
- <input class="btn" type="submit" name="diff" value="${_('Review
Changes')}" accesskey="r" />
- <input class="btn" type="submit" id="save" name="save"
value="${_('Submit changes')}" />
+ <input class="btn" type="submit" name="preview" value="${_('Preview
Page')}" accesskey="p" />
+ <input class="btn" type="submit" name="diff" value="${_('Review
Changes')}" accesskey="r" />
+ <input class="btn" type="submit" id="save" name="save"
value="${_('Submit changes')}" />
</py:otherwise>
</div>
- <input class="btn btn-inverse" type="submit" name="cancel"
value="${_('Cancel')}" />
+ <div class="btn-group">
+ <input class="btn btn-inverse" type="submit" name="cancel"
value="${_('Cancel')}" />
+ </div>
</div>
</form>
</html>