Start working on the future

This commit is contained in:
Joas Schilling
2009-12-23 01:57:08 +00:00
parent 310826a81a
commit b4c9470b94
16 changed files with 1032 additions and 186 deletions

View File

@@ -40,6 +40,18 @@
<!-- END mods -->
<form id="acp_portal_config" method="post" action="{U_ACTION}">
<fieldset>
<legend>{L_MODULE_OPTIONS}</legend>
<dl>
<dt><label for="module_name">{L_MODULE_NAME}:</label></dt>
<dd><input id="module_name" type="text" value="{MODULE_NAME}" name="module_name" maxlength="255" size="64" /></dd>
</dl>
<dl>
<dt><label for="module_image">{L_MODULE_IMAGE}:</label></dt>
<dd><input id="module_image" type="text" value="{MODULE_IMAGE}" name="module_image" maxlength="255" size="64" /></dd>
<!-- IF MODULE_IMAGE_SRC --><dd><img src="{MODULE_IMAGE_SRC}" alt="{L_MODULE_IMAGE}" /></dd><!-- ENDIF -->
</dl>
</fieldset>
<!-- BEGIN options -->
<!-- IF options.S_LEGEND -->