Файл: billing/_xinha/plugins/SmartReplace/dialog.html
Строк: 35
<?php
<h1 id="[h1]"><l10n>SmartReplace Settings</l10n></h1>
<div style="margin-left: 10px;">
<table style="width: 100%;border:none">
<tr>
<td style="width:15px"><input type="checkbox" id="[enable]" name="[enable]" /></td>
<td style="text-align:left"><l10n>Enable automatic replacements</l10n></td>
</tr>
<tr>
<td style="width:15px"><input type="checkbox" id="[convert]" name="[convert]" /></td>
<td style="text-align:left"><l10n>Convert all quotes and dashes in the current document</l10n></td>
</tr>
</table>
<div style="margin-top: 10px;">
<input type="button" id="[ok]" value="_(OK)" />
<input type="button" id="[cancel]" value="_(Cancel)" />
</div>
</div>
?>