Author: rjollos
Date: Sun Feb 24 18:11:06 2013
New Revision: 1449515
URL: http://svn.apache.org/r1449515
Log:
Fixes #414: Changed all ''Cancel'' buttons to `btn-link` style.
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_components.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_enums.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_repositories.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_delete.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_edit.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_edit.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_delete.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_rename.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_components.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_components.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_components.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_components.html
Sun Feb 24 18:11:06 2013
@@ -80,7 +80,7 @@
</fieldset>
</div>
<div class="control-group">
- <input class="btn" type="submit" name="cancel"
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}" />
<input class="btn" type="submit" name="save"
value="${_('Save')}" />
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_enums.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_enums.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_enums.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_enums.html
Sun Feb 24 18:11:06 2013
@@ -43,7 +43,7 @@
</div>
</div>
<div class="btn-group">
- <input class="btn" type="submit" name="cancel"
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}"/>
<input class="btn" type="submit" name="save" value="${_('Save')}"/>
</div>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html
Sun Feb 24 18:11:06 2013
@@ -98,7 +98,7 @@
</fieldset>
</div>
<div class="control-group">
- <input class="btn" type="submit" name="cancel"
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}"/>
<input class="btn" type="submit" name="save"
value="${_('Save')}" disabled="${readonly}"/>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
Sun Feb 24 18:11:06 2013
@@ -86,7 +86,7 @@
</fieldset>
</div>
<div class="control-group">
- <input class="btn" type="submit" name="cancel"
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}" />
<input class="btn" type="submit" name="save"
value="${_('Save')}" />
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_repositories.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_repositories.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_repositories.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_repositories.html
Sun Feb 24 18:11:06 2013
@@ -127,7 +127,7 @@
</fieldset>
</div>
<div class="control-group">
- <input class="btn" type="submit" name="cancel"
value="${_('Cancel')}"/>
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}"/>
<input class="btn" py:if="info.editable" type="submit"
name="save" value="${_('Save')}"/>
</div>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
Sun Feb 24 18:11:06 2013
@@ -74,7 +74,7 @@
</fieldset>
</div>
<div class="control-group">
- <input class="btn" type="submit" name="cancel"
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}"/>
<input class="btn" type="submit" name="save"
value="${_('Save')}"/>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_delete.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_delete.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_delete.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_delete.html
Sun Feb 24 18:11:06 2013
@@ -61,7 +61,7 @@
</div>
<div class="buttons">
<input type="submit" name="cancel" value="${_('Cancel')}"
- class="btn" />
+ class="btn-link" />
<input type="submit" value="${_('Delete milestone')}"
class="btn" />
</div>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_edit.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_edit.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_edit.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_edit.html
Sun Feb 24 18:11:06 2013
@@ -148,7 +148,7 @@ ${milestone.description}</textarea></p>
<input py:otherwise="" type="submit" value="${_('Add milestone')}"
class="btn" />
<input type="submit" name="cancel" value="${_('Cancel')}"
- class="btn" />
+ class="btn-link" />
</div>
</form>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html
Sun Feb 24 18:11:06 2013
@@ -38,7 +38,7 @@
<div class="buttons">
<input type="hidden" name="id" value="$report.id"/>
<input type="hidden" name="action" value="delete" />
- <input type="submit" class="btn" name="cancel"
+ <input type="submit" class="btn-link" name="cancel"
value="${_('Cancel')}"/>
<input type="submit" class="btn"
value="${_('Delete report')}"/>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_edit.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_edit.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_edit.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_edit.html
Sun Feb 24 18:11:06 2013
@@ -76,8 +76,8 @@ $report.sql</textarea>
</div>
<div class="buttons control-group">
<input class="btn" type="submit" value="${_('Save report')}"/>
- <input class="btn" type="submit" name="cancel"
- value="${_('Cancel')}"/>
+ <input class="btn-link" type="submit" name="cancel"
+ value="${_('Cancel')}"/>
</div>
</div>
</form>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_delete.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_delete.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_delete.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_delete.html
Sun Feb 24 18:11:06 2013
@@ -116,7 +116,7 @@
<strong>This is an irreversible operation.</strong>
</p>
<div class="control-group">
- <input class="btn" type="submit" name="cancel"
value="${_('Cancel')}" />
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}" />
<input class="btn" type="submit" value="${what == 'multiple' and
_('Delete those versions')
or what == 'single' and _('Delete
this version')
or _('Delete page')}" />
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=1449515&r1=1449514&r2=1449515&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
Sun Feb 24 18:11:06 2013
@@ -103,7 +103,7 @@ $page.text</textarea>
</py:otherwise>
</div>
<div class="btn-group">
- <input class="btn" type="submit" name="cancel" value="${_('Cancel')}"
/>
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}" />
</div>
</div>
</form>
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_rename.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_rename.html?rev=1449515&r1=1449514&r2=1449515&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_rename.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_rename.html
Sun Feb 24 18:11:06 2013
@@ -49,7 +49,7 @@
</label>
<br/><br/>
<div class="control-group">
- <input class="btn" type="submit" name="cancel"
value="${_('Cancel')}"/>
+ <input class="btn-link" type="submit" name="cancel"
value="${_('Cancel')}"/>
<input class="btn" type="submit" name="submit" value="${_('Rename
page')}"/>
</div>
</form>