Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Jul 19, 6:57 PM

in-portal

Index: branches/RC/kernel/admin_templates/no_permission.tpl
===================================================================
--- branches/RC/kernel/admin_templates/no_permission.tpl (revision 11001)
+++ branches/RC/kernel/admin_templates/no_permission.tpl (nonexistent)
@@ -1,54 +0,0 @@
-<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_banlist" title="!la_title_NoPermissions!"/>
-
-<inp2:m_RenderElement name="blue_bar" prefix="adm" title_preset="no_permissions" module="in-portal" icon="icon46_banlist"/>
-
-<!-- ToolBar --->
-<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
-<tbody>
- <tr>
- <td>
- <script type="text/javascript">
- a_toolbar = new ToolBar();
-
- a_toolbar.AddButton( new ToolBarButton('prev', '<inp2:m_phrase label="la_ToolTip_Back" escape="1"/>',
- function() {
- if (window.opener != null) {
- window.close();
- }
- else {
- history.back();
- }
- } ) );
-
- a_toolbar.Render();
- </script>
-
- </td>
- </tr>
-</tbody>
-</table>
-
-<table width="100%" border="0" cellspacing="0" cellpadding="4" class="tableborder">
- <tr class="<inp2:m_odd_even odd="table-color1" even="table-color2"/>">
- <td height="400" valign="middle" align="left">
- <center><b>No Permission</b></center><br />
- <inp2:m_if check="m_IsDebugMode">
- <inp2:m_if check="m_GetEquals" name="from_template" value="1">
- Permissions Checked: <b><inp2:m_get name="perms"/></b><br />
- Template: <b><inp2:m_get name="next_template"/></b><br />
- Redirect From Tag: <b>yes</b><br />
- <inp2:m_else/>
- Section: <b><inp2:m_get name="section"/></b><br />
- Event: <b><inp2:m_get name="main_prefix"/>:<inp2:m_get name="event_name"/></b><br />
- Redirect From Tag: <b>no</b><br />
- </inp2:m_if></b><br />
- </inp2:m_if>
- </td>
- </tr>
-</table>
-
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/kernel/admin_templates/no_permission.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