Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F772829
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
Sat, Feb 1, 7:03 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Mon, Feb 3, 7:03 PM (1 d, 8 h)
Engine
blob
Format
Raw Data
Handle
554654
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.1.x/core/admin_templates/users/Attic/group_selector.tpl
===================================================================
--- branches/5.1.x/core/admin_templates/users/Attic/group_selector.tpl (revision 13861)
+++ branches/5.1.x/core/admin_templates/users/Attic/group_selector.tpl (nonexistent)
@@ -1,45 +0,0 @@
-<inp2:adm_SetPopupSize width="582" height="504"/>
-
-<inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" prefix="g" section="in-portal:user_groups" pagination="1" title_preset="select_group"/>
-
-<!-- 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('select', '<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>', edit) );
- a_toolbar.AddButton( new ToolBarButton('cancel', '<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>', function() {
- window.close();
- }
- ) );
-
- a_toolbar.AddButton( new ToolBarSeparator('sep3') );
-
- a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
- show_viewmenu(a_toolbar,'view');
- }
- ) );
-
- a_toolbar.Render();
-
- function edit()
- {
- set_hidden_field('remove_specials[g.user]', 1);
- submit_event('<inp2:m_recall name="main_prefix"/>', 'OnProcessSelected');
- }
- </script>
- </td>
-
- <inp2:m_RenderElement name="search_main_toolbar" prefix="g.user" grid="GroupSelector"/>
- </tr>
-</tbody>
-</table>
-
-<inp2:m_RenderElement name="grid" PrefixSpecial="g.user" IdField="GroupId" grid="GroupSelector"/>
-<script type="text/javascript">
- Grids['g.user'].SetDependantToolbarButtons( new Array('select') );
-</script>
-<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/5.1.x/core/admin_templates/users/Attic/group_selector.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.1
\ No newline at end of property
Event Timeline
Log In to Comment