Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Jul 9, 2013
1 parent 7bfcf40 commit 200fe02
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ <h3>{% trans "Requisitions Actions" %}</h3>
{% include "domain/admin/commtrack_action_table.html" %}
<button type="button" class="btn btn-primary" data-bind="click: new_action"><i class="icon-plus icon-white"></i> {% trans "New Action" %}</button>
</fieldset>
<h3>Location Hierarchy</h3>
<h3>{% trans "Location Hierarchy" %}</h3>

<div class="text-error" data-bind="text: loc_types_error"></div>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Location Type</th>
<th>Allowed Parent Types</th>
<th>Administrative only?</th>
<th>{% trans "Location Type" %}</th>
<th>{% trans "Allowed Parent Types" %}</th>
<th>{% trans "Administrative only?" %}</th>
<th></th>
</tr>
</thead>
Expand All @@ -103,12 +103,12 @@ <h3>Location Hierarchy</h3>
<input data-bind="checked: administrative" type="checkbox" />
</td>
<td>
<button type="button" class="btn btn-danger" data-bind="click: $root.remove_loctype"><i class="icon-trash icon-white"></i> Remove</button>
<button type="button" class="btn btn-danger" data-bind="click: $root.remove_loctype"><i class="icon-trash icon-white"></i> {% trans "Remove" %}</button>
</td>
</tr>
</tbody>
</table>
<button type="button" class="btn btn-primary" data-bind="click: new_loctype"><i class="icon-plus icon-white"></i> New Location Type</button>
<button type="button" class="btn btn-primary" data-bind="click: new_loctype"><i class="icon-plus icon-white"></i> {% trans "New Location Type" %}</button>


<!--
Expand Down

0 comments on commit 200fe02

Please sign in to comment.