Файл: adultscript-2.0.3-pro/files/admin/templates/default/tools_synonyms_add.tpl.php
Строк: 59
<?php defined('_VALID') or die('Restricted Access!'); ?>
<div id="add-synonyms" class="content" style="display: none;">
<form id="add-synonyms-form" method="post" action="<?php echo CURRENT_URL; ?>">
<fieldset>
<legend>Add Synonyms</legend>
<table width="100%" border="0" cellspacing="2" cellpadding="1" class="search">
<tr>
<td>
<div class="required">
<label for="synonyms" class="search">Synonyms</label>
<input name="synonyms" type="text" id="synonyms" class="extra" value="<?php echo e($this->synonyms); ?>" placeholder="Synonyms" />
</div>
<span class="help-block">Comma separated list of synonyms! Example: blowjob,giving head,sucking, sucking off,bob head,bobhead! If you want to add a new word that is a synonym with a already existing word(s) please enter one word that exists followed by comma and the new word!</span>
</td>
</tr>
<tr>
<td colspan="3">
<div style="text-align: center; margin-top: 3px;">
<input name="submit_add" type="submit" class="button butDef" value=" Add " />
<input name="submit_cancel" type="submit" class="button butDef" value=" Cancel " />
</div>
</td>
</tr>
</table>
</fieldset>
</form>
</div>