Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F776513
users_edit_custom.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, Feb 7, 5:25 PM
Size
2 KB
Mime Type
text/html
Expires
Sun, Feb 9, 5:25 PM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
558938
Attached To
rINP In-Portal
users_edit_custom.tpl
View Options
<
inp2:adm_SetPopupSize
width
=
"720"
height
=
"500"
/>
<
inp2:m_include
t
=
"incs/header"
/>
<
inp2:m_RenderElement
name
=
"combined_header"
section
=
"in-portal:user_list"
prefix
=
"u"
title_preset
=
"user_edit_custom"
tab_preset
=
"Default"
/>
<!-- 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
(
'u'
,
'<inp2:u_SaveEvent/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>'
,
function
()
{
submit_event
(
'u'
,
'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
(
'u'
,
'<inp2:u_PrevId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'next'
,
'<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>'
,
function
()
{
go_to_id
(
'u'
,
'<inp2:u_NextId/>'
);
}
)
);
function
edit
(){
}
a_toolbar
.
Render
();
<
inp2
:
m_if
check
=
"u_IsSingle"
>
a_toolbar
.
HideButton
(
'prev'
);
a_toolbar
.
HideButton
(
'next'
);
a_toolbar
.
HideButton
(
'sep1'
);
<
inp2
:
m_else
/>
<
inp2
:
m_if
check
=
"u_IsLast"
>
a_toolbar
.
DisableButton
(
'next'
);
<
/inp2:m_if>
<
inp2
:
m_if
check
=
"u_IsFirst"
>
a_toolbar
.
DisableButton
(
'prev'
);
<
/inp2:m_if>
<
/inp2:m_if>
</
script
>
</
td
>
<
inp2:m_RenderElement
name
=
"ml_selector"
prefix
=
"u"
/>
</
tr
>
</
tbody
>
</
table
>
<
inp2:u_SaveWarning
name
=
"grid_save_warning"
/>
<
inp2:u_ErrorWarning
name
=
"form_error_warning"
/>
<
inp2:m_include
t
=
"incs/custom_blocks"
/>
<
div
id
=
"scroll_container"
>
<
table
class
=
"edit-form"
>
<
inp2:cf.all_PrintList
render_as
=
"cv_row_block"
SourcePrefix
=
"u"
value_field
=
"Value"
per_page
=
"-1"
grid
=
"Default"
original_title
=
"la_section_OriginalValues"
/>
<
inp2:m_RenderElement
name
=
"inp_edit_filler"
/>
</
table
>
</
div
>
<
input
type
=
"hidden"
name
=
"cf_type"
value
=
"<inp2:u_UnitOption name='ItemType'/>"
/>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment