This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/voip_did_plugin/config_DEFAULT.tpl

10 lines
408 B
Smarty
Raw Normal View History

<!-- nothing to show for this plugin, but use the following to configure other plugins that require login, etc
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td width="35%">Some Data</td>
<td width="65%">
<input type="text" name="voip_did_plugin_plugin_data[field]" value="{$plugin.field}" class="form_field">
</td>
</tr>
</table>
-->