Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sun, Jul 13, 12:54 PM

in-portal

Index: branches/RC/kernel/admin_templates/modules/modules_list.tpl
===================================================================
--- branches/RC/kernel/admin_templates/modules/modules_list.tpl (revision 11006)
+++ branches/RC/kernel/admin_templates/modules/modules_list.tpl (nonexistent)
@@ -1,57 +0,0 @@
-<inp2:m_RequireLogin permissions="in-portal:mod_status.view" system="1"/>
-<inp2:m_include t="incs/header" nobody="yes"/>
-
-<body topmargin="0" leftmargin="8" marginheight="0" marginwidth="8" bgcolor="#FFFFFF">
-<inp2:m_RenderElement name="section_header" icon="icon46_modules" title="!la_title_Module_Status!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="mod" title_preset="modules_list" module="in-portal" icon="icon46_modules"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- //do not rename - this function is used in default grid for double click!
- function edit()
- {
-
- }
-
- var a_toolbar = new ToolBar();
-
- a_toolbar.AddButton( new ToolBarButton('approve', '<inp2:m_phrase label="la_ToolTip_EnableModule" escape="1"/>', function() {
- submit_event('mod','OnMassApprove');
- }
- ) );
-
-
- a_toolbar.AddButton( new ToolBarButton('deny', '<inp2:m_phrase label="la_ToolTip_EnableDisable" escape="1"/>', function() {
- submit_event('mod','OnMassDecline');
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep1') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
- </script>
- </td>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="mod" IdField="Name" grid="Default" menu_filters="yes"/>
-<script type="text/javascript">
- Grids['mod'].SetDependantToolbarButtons( new Array('approve','deny') );
- <inp2:m_if check="m_GetEquals" name="RefreshTree" value="1">
- var $tree_frame = getFrame('menu');
- $tree_frame.location = $tree_frame.location;
- </inp2:m_if>
-</script>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/modules/modules_list.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property

Event Timeline