advsearch.input.description = "This uses the table view as default. Remember to select the fields to show in collection config."
advsearch.input.search.label = "Search for"
advsearch.input.search.placeholder = "See search syntax for options"
-advsearch.input.tableview = "Table view"
+advsearch.input.tableview.label = "Table view"
advsearch.operators = "Possible search operators:"
advsearch.operators.asterisk = "The asterisk serves as the truncation (or wildcard) operator. Unlike the other operators, it is appended to the word to be affected. Words match if they begin with the word preceding the * operator."
advsearch.operators.greater = "A leading greater than sign indicates that rows greater than the number will be returned."
</div>
</div>
<div class="uk-margin">
- <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview'); ?></div>
+ <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview.label'); ?></div>
<div class="uk-form-controls uk-form-controls-text">
<label>
<input class="uk-checkbox" type="checkbox" name="fdata[tableView]" value="1"><br>
</div>
</div>
<div class="uk-margin">
- <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview'); ?></div>
+ <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview.label'); ?></div>
<div class="uk-form-controls uk-form-controls-text">
<label>
<input class="uk-checkbox" type="checkbox" name="fdata[tableView]" value="1"><br>