Lines 360-366
Link Here
|
360 |
[% INCLUDE form_field_select_text_block %] |
360 |
[% INCLUDE form_field_select_text_block %] |
361 |
<p class="hint">You can use the following wildcard characters: % _</p> |
361 |
<p class="hint">You can use the following wildcard characters: % _</p> |
362 |
<p class="hint">% matches any number of characters</p> |
362 |
<p class="hint">% matches any number of characters</p> |
363 |
<p class="hint">_ matches only a single charcter</p> |
363 |
<p class="hint">_ matches only a single character</p> |
364 |
</fieldset> |
364 |
</fieldset> |
365 |
<fieldset> |
365 |
<fieldset> |
366 |
<div class="form-field"> |
366 |
<div class="form-field"> |
367 |
- |
|
|