Author: rjollos
Date: Wed Mar 6 09:25:03 2013
New Revision: 1453233
URL: http://svn.apache.org/r1453233
Log:
Refs #353: Replace `Warning` label with a `Note` label when describing how to
hide fields from the ticket interface.
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_versions.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=1453233&r1=1453232&r2=1453233&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
Wed Mar 6 09:25:03 2013
@@ -113,7 +113,7 @@
<form py:when="components" id="component_table"
method="post" action="">
<table id="complist"
- class="table table-striped table-condensed table-bordered">
+ class="table table-striped table-condensed
table-bordered">
<thead>
<tr><th class="sel"><i class="icon-check"></i></th>
<th
class="full-x">Name</th><th>Owner</th><th>Default</th>
@@ -145,9 +145,8 @@
field from the user interface.
</p>
</form>
-
<p py:otherwise="" class="help-block">
- <span class="label label-warning">Warning</span>
+ <span class="label label-info">Note</span>
As long as you don't add any items to the list, this field
will remain completely hidden from the user interface.
</p>
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=1453233&r1=1453232&r2=1453233&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
Wed Mar 6 09:25:03 2013
@@ -114,7 +114,7 @@
</form>
<p py:otherwise="" class="help-block">
- <span class="label label-warning">Warning</span>
+ <span class="label label-info">Note</span>
As long as you don't add any items to the list, this field
will remain completely hidden from the user interface.
</p>
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=1453233&r1=1453232&r2=1453233&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
Wed Mar 6 09:25:03 2013
@@ -140,10 +140,8 @@
<py:choose>
<form id="milestone_table" method="post" action=""
py:when="milestones" py:with="can_remove =
'MILESTONE_DELETE' in req.perm">
-
<table id="millist"
- class="table table-bordered table-striped table-condensed">
-
+ class="table table-bordered table-striped
table-condensed">
<thead>
<tr><th py:if="can_remove"><i class="icon-check"></i></th>
<th class="full-x">Name</th>
@@ -182,13 +180,12 @@
field from the user interface.
</p>
</form>
-
<p py:otherwise="" class="help-block">
- <span class="label label-warning">Warning</span>
+ <span class="label label-info">Note</span>
As long as you don't add any items to the list, this field
will remain completely hidden from the user interface.
</p>
- </py:choose>
+ </py:choose>
</div>
</div>
</py:otherwise>
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=1453233&r1=1453232&r2=1453233&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
Wed Mar 6 09:25:03 2013
@@ -162,7 +162,7 @@
</form>
<p py:otherwise="" class="help-block">
- <span class="label label-warning">Warning</span>
+ <span class="label label-info">Note</span>
As long as you don't add any items to the list, this field
will remain completely hidden from the user interface.
</p>
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=1453233&r1=1453232&r2=1453233&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
Wed Mar 6 09:25:03 2013
@@ -145,7 +145,7 @@
</form>
<p py:otherwise="" class="help-block">
- <span class="label label-warning">Warning</span>
+ <span class="label label-info">Note</span>
As long as you don't add any items to the list, this field
will remain completely hidden from the user interface.
</p>