* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
5 lines
474 B
Plaintext
5 lines
474 B
Plaintext
<div class="input-wrap field long text required field-add-group-name group-<%= index %>-name
|
|
<% if (error && error.attributes && error.attributes.name) { print('error'); } %>"><input name="group-<%= index %>-name" class="group-name long" value="<%= name %>" type="text">
|
|
</div><div class="group-allocation"><%= allocation %>%</div>
|
|
<a href="" class="action action-close"><i class="icon fa fa-times-circle"></i> <span class="sr"><%= gettext("delete group") %></span></a>
|