source: extensions/PWG_Stuffs/trunk/modules/Citation/config.tpl @ 12357

Last change on this file since 12357 was 12357, checked in by patdenice, 13 years ago

Remove old known_script tag in template files.

File size: 628 bytes
Line 
1{combine_script id="jquery.ui.resizable"}
2<table>
3    <tr>
4        <td align="center" colspan="2"><b>{'module_Citation_lang'|@translate}</b></td>
5        <td align="center"><b>{'module_Citation_code'|@translate}</b></td>
6    </tr>
7{foreach from=$MODULE_QUOTE_LANGUAGES item=language key=language_key}
8    <tr>
9        <td align="right">{$language}</td>
10        <td>&nbsp;</td>
11        <td><textarea cols="50" rows="2" name="quote_config_{$language_key}" id="quote_config_{$language_key}" class="description" style="height: 2em">{$MODULE_QUOTE_DATA[$language_key]}</textarea></td>
12    </tr>
13{/foreach}
14</table>
15<br>
Note: See TracBrowser for help on using the repository browser.