mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 70 poll module's admin UI/UX modified.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8721 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f7c964226a
commit
3e70a2c10c
30 changed files with 335 additions and 92 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispPollAdminList" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispPollAdminList" type="view" admin_index="true" standalone="true" menu_name="poll" menu_index="true" />
|
||||
<action name="dispPollAdminResult" type="view" standalone="true" />
|
||||
|
||||
<action name="dispPollAdminConfig" type="view" standalone="true" />
|
||||
|
|
@ -15,8 +15,10 @@
|
|||
<action name="procInsert" type="controller" standalone="true" />
|
||||
<action name="procPoll" type="controller" standalone="true" ruleset="poll" />
|
||||
<action name="procPollViewResult" type="controller" standalone="true" />
|
||||
<action name="procPollGetList" type="controller" standalone="true" />
|
||||
<action name="procPollAdminDeleteChecked" type="controller" standalone="true" ruleset="deleteChecked" />
|
||||
<action name="procPollAdminInsertConfig" type="controller" standalone="true" ruleset="insertConfig" />
|
||||
<action name="procPollAdminAddCart" type="controller" standalone="true" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="poll">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue