mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4655 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e9a7fafcc
commit
58bddcd870
3 changed files with 11 additions and 15 deletions
|
|
@ -147,28 +147,28 @@
|
|||
<tr>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>
|
||||
<textarea name="description" class="inputTypeTextArea w100">{htmlspecialchars($module_info->description)}</textarea>
|
||||
<textarea name="description" class="inputTypeTextArea fixWidth">{htmlspecialchars($module_info->description)}</textarea>
|
||||
<p>{$lang->about_description}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->header_text}</div></th>
|
||||
<td>
|
||||
<textarea name="header_text" class="inputTypeTextArea w100">{htmlspecialchars($module_info->header_text)}</textarea>
|
||||
<textarea name="header_text" class="inputTypeTextArea fixWidth">{htmlspecialchars($module_info->header_text)}</textarea>
|
||||
<p>{$lang->about_header_text}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->footer_text}</div></th>
|
||||
<td>
|
||||
<textarea name="footer_text" class="inputTypeTextArea w100">{htmlspecialchars($module_info->footer_text)}</textarea>
|
||||
<textarea name="footer_text" class="inputTypeTextArea fixWidth">{htmlspecialchars($module_info->footer_text)}</textarea>
|
||||
<p>{$lang->about_footer_text}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->admin_id}</div></th>
|
||||
<td>
|
||||
<textarea name="admin_id" class="inputTypeTextArea w100"><!--@if($module_info->admin_id)-->{implode(",",$module_info->admin_id)}<!--@end--></textarea>
|
||||
<textarea name="admin_id" class="inputTypeTextArea fixWidth"><!--@if($module_info->admin_id)-->{implode(",",$module_info->admin_id)}<!--@end--></textarea>
|
||||
<p>{$lang->about_admin_id}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -99,14 +99,14 @@
|
|||
<tr>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>
|
||||
<textarea name="description" class="inputTypeTextArea w100">{htmlspecialchars($module_info->description)}</textarea>
|
||||
<textarea name="description" class="inputTypeTextArea fixWidth">{htmlspecialchars($module_info->description)}</textarea>
|
||||
<p>{$lang->about_description}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->admin_id}</div></th>
|
||||
<td>
|
||||
<textarea name="admin_id" class="inputTypeTextArea w100"><!--@if($module_info->admin_id)-->{implode(",",$module_info->admin_id)}<!--@end--></textarea>
|
||||
<textarea name="admin_id" class="inputTypeTextArea fixWidth"><!--@if($module_info->admin_id)-->{implode(",",$module_info->admin_id)}<!--@end--></textarea>
|
||||
<p>{$lang->about_admin_id}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
<!--%import("../../common/js/calendar-setup.js",optimized=false)-->
|
||||
<!--%import("../../common/css/calendar-system.css",optimized=false)-->
|
||||
|
||||
<div class="adminLeftContent">
|
||||
<form action="{Context::getRequestUri()}" method="post" onsubmit="return procFilter(this, insert_milestone)">
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
|
||||
|
|
@ -58,7 +57,7 @@
|
|||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input name="title" type="text" class="inputTypeText w400" /><br />
|
||||
<input name="title" type="text" class="inputTypeText fixWidth" /><br />
|
||||
</td>
|
||||
<td class="nowrap">
|
||||
<input type="hidden" name="deadline" id="date_deadline" />
|
||||
|
|
@ -72,15 +71,13 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<textarea name="description" class="inputTypeTextArea w400" /></textarea>
|
||||
<textarea name="description" class="inputTypeTextArea fixWidth" /></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="adminRightExtra">
|
||||
<form id="deleteForm" action="./" method="POST">
|
||||
<input type="hidden" id="target_srl" name="target_srl" value="" />
|
||||
</form>
|
||||
|
|
@ -111,7 +108,7 @@
|
|||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td><input name="title" type="text" class="inputTypeText w200" /></td>
|
||||
<td><input name="title" type="text" class="inputTypeText fixWidth" /></td>
|
||||
<td> </td>
|
||||
<td class="center"><input type="checkbox" name="is_default" value="Y" /></td>
|
||||
<td><input type="submit" value="{$lang->cmd_registration}" class="btnSubmit" accesskey="s"/></td>
|
||||
|
|
@ -144,7 +141,7 @@
|
|||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td><input name="title" type="text" class="inputTypeText w200" /></td>
|
||||
<td><input name="title" type="text" class="inputTypeText fixWidth" /></td>
|
||||
<td class="center"><input type="checkbox" name="is_default" value="Y" /></td>
|
||||
<td><input type="submit" value="{$lang->cmd_registration}" class="btnSubmit" accesskey="s"/></td>
|
||||
</tbody>
|
||||
|
|
@ -177,10 +174,9 @@
|
|||
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td><input name="title" type="text" class="inputTypeText w200" /></td>
|
||||
<td><input name="title" type="text" class="inputTypeText fixWidth" /></td>
|
||||
<td class="center"><input type="checkbox" name="is_default" value="Y" /></td>
|
||||
<td><input type="submit" value="{$lang->cmd_registration}" class="btnSubmit" accesskey="s"/></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue