mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
edit page module
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11928 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
25c510ac29
commit
c70fd3a24f
7 changed files with 243 additions and 216 deletions
|
|
@ -9,8 +9,10 @@
|
|||
<input type="hidden" name="act" value="procPageAdminDelete" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
|
||||
<h3 class="h3">{$lang->confirm_delete}</h3>
|
||||
<p>{$lang->page_delete_warning}</p>
|
||||
<section class="section">
|
||||
<h2>{$lang->confirm_delete}</h2>
|
||||
<p>{$lang->page_delete_warning}</p>
|
||||
</section>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<tr>
|
||||
<th scope="row">{$lang->module_name}</th>
|
||||
|
|
@ -21,9 +23,11 @@
|
|||
<td>{$module_info->module}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_delete}" /></span>
|
||||
<span class="btn"><a href="{getUrl('act','dispPageAdminContent')}">{$lang->cmd_back}</a></span>
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-right">
|
||||
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_delete}</button>
|
||||
<a href="{getUrl('act','dispPageAdminContent','module_srl','')}" class="x_btn">{$lang->cmd_back}</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue