mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +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
|
|
@ -23,5 +23,21 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bmk">
|
||||
<a href="#bmk" class="tgAnchor" data-effect="fade" data-duration="200">{$lang->favorite}</a>
|
||||
<ul id="bmk" class="tgContent">
|
||||
<li loop="$favorite_list => $favorite">
|
||||
<a href="{getUrl('act', $favorite->admin_index_act)}">{$favorite->title}</a>
|
||||
<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" title="{$lang->cmd_delete}">x</button>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue