Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1206127
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 7, 10:04 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Sun, Nov 9, 10:04 AM (56 m, 6 s)
Engine
blob
Format
Raw Data
Handle
787474
Attached To
rINP In-Portal
in-portal
View Options
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
Log In to Comment