mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-06 10:33:10 +09:00
Admin GNB Bookmark UI added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9567 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68c8ff72c2
commit
a33881be36
4 changed files with 36 additions and 16 deletions
|
|
@ -112,16 +112,14 @@
|
|||
<ul class="lined">
|
||||
<li loop="$favorite_list => $favorite">
|
||||
<a href="{getUrl('act', $favorite->admin_index_act)}">{$favorite->title}</a>
|
||||
<span class="action">
|
||||
<form>
|
||||
<form class="action" action="">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="act" value="procAdminToggleFavorite" />
|
||||
<input type="hidden" name="site_srl" value="0" />
|
||||
<input type="hidden" name="module_name" value="{$favorite->module}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', 'admin')}" />
|
||||
<button type="submit" class="text">{$lang->cmd_delete}</button>
|
||||
</form>
|
||||
</span>
|
||||
</form>
|
||||
</li>
|
||||
</UL>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue