Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1246186
groups_edit.tpl
No One
Temporary
Actions
Download 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 21, 10:12 AM
Size
2 KB
Mime Type
text/html
Expires
Sun, Nov 23, 10:12 AM (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
810120
Attached To
rINP In-Portal
groups_edit.tpl
View Options
<
inp2:m_RequireLogin
permissions
=
"in-portal:user_groups.view"
system
=
"1"
/>
<
inp2:m_include
t
=
"incs/header"
nobody
=
"yes"
/>
<
body
topmargin
=
"0"
leftmargin
=
"8"
marginheight
=
"0"
marginwidth
=
"8"
bgcolor
=
"#FFFFFF"
>
<
inp2:m_ParseBlock
name
=
"section_header"
prefix
=
"g"
icon
=
"icon46_usergroups"
module
=
"in-portal"
title
=
"!la_title_Groups!"
/>
<
inp2:m_include
t
=
"groups/groups_edit_tabs"
/>
<
inp2:m_ParseBlock
name
=
"blue_bar"
prefix
=
"g"
title_preset
=
"groups_edit"
module
=
"in-portal"
icon
=
"icon46_usergroups"
/>
<!-- 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"/>'
,
function
()
{
submit_event
(
'g'
,
'<inp2:g_SaveEvent/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>'
,
function
()
{
submit_event
(
'g'
,
'OnCancelEdit'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep1'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'prev'
,
'<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>'
,
function
()
{
go_to_id
(
'g'
,
'<inp2:g_PrevId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'next'
,
'<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>'
,
function
()
{
go_to_id
(
'g'
,
'<inp2:g_NextId/>'
);
}
)
);
a_toolbar
.
Render
();
<
inp2
:
m_if
prefix
=
"g"
function
=
"IsSingle"
/>
a_toolbar
.
HideButton
(
'prev'
);
a_toolbar
.
HideButton
(
'next'
);
a_toolbar
.
HideButton
(
'sep1'
);
<
inp2
:
m_else
/>
<
inp2
:
m_if
prefix
=
"g"
function
=
"IsLast"
/>
a_toolbar
.
DisableButton
(
'next'
);
<
inp2
:
m_endif
/>
<
inp2
:
m_if
prefix
=
"g"
function
=
"IsFirst"
/>
a_toolbar
.
DisableButton
(
'prev'
);
<
inp2
:
m_endif
/>
<
inp2
:
m_endif
/>
</
script
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
<
inp2:g_SaveWarning
name
=
"grid_save_warning"
/>
<
table
width
=
"100%"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"4"
class
=
"tableborder"
>
<
inp2:m_ParseBlock
name
=
"subsection"
title
=
"!la_section_General!"
/>
<
inp2:m_ParseBlock
name
=
"inp_id_label"
prefix
=
"g"
field
=
"GroupId"
title
=
"!la_fld_GroupId!"
/>
<
inp2:m_ParseBlock
name
=
"inp_edit_box"
prefix
=
"g"
field
=
"Name"
title
=
"!la_fld_GroupName!"
/>
<
inp2:m_ParseBlock
name
=
"inp_edit_textarea"
prefix
=
"g"
field
=
"Description"
title
=
"!la_fld_Comments!"
rows
=
"5"
cols
=
"30"
/>
<
inp2:m_if
check
=
"m_IsDebugMode"
>
<
inp2:m_ParseBlock
name
=
"inp_edit_radio"
prefix
=
"g"
field
=
"Enabled"
title
=
"!la_fld_Enabled!"
use_phrases
=
"1"
/>
</
inp2:m_if
>
</
table
>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment