Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1167890
articles_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
Wed, Sep 24, 4:54 AM
Size
2 KB
Mime Type
text/html
Expires
Fri, Sep 26, 4:54 AM (20 h, 34 m)
Engine
blob
Format
Raw Data
Handle
756531
Attached To
rMINN Modules.In-News
articles_custom.tpl
View Options
<
inp2:adm_SetPopupSize
width
=
"880"
height
=
"680"
/>
<
inp2:m_include
t
=
"incs/header"
/>
<
inp2:m_RenderElement
name
=
"combined_header"
prefix
=
"n"
section
=
"in-portal:browse"
title_preset
=
"articles_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
(
'n'
,
'<inp2:n_SaveEvent/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>'
,
function
()
{
submit_event
(
'n'
,
'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
(
'n'
,
'<inp2:n_PrevId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'next'
,
'<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>'
,
function
()
{
go_to_id
(
'n'
,
'<inp2:n_NextId/>'
);
}
)
);
function
edit
(){
}
a_toolbar
.
Render
();
<
inp2
:
m_if
check
=
"n_IsSingle"
>
a_toolbar
.
HideButton
(
'prev'
);
a_toolbar
.
HideButton
(
'next'
);
a_toolbar
.
HideButton
(
'sep1'
);
<
inp2
:
m_else
/>
<
inp2
:
m_if
check
=
"n_IsLast"
>
a_toolbar
.
DisableButton
(
'next'
);
<
/inp2:m_if>
<
inp2
:
m_if
check
=
"n_IsFirst"
>
a_toolbar
.
DisableButton
(
'prev'
);
<
/inp2:m_if>
<
/inp2:m_if>
</
script
>
</
td
>
<
inp2:m_RenderElement
name
=
"ml_selector"
prefix
=
"n"
/>
</
tr
>
</
tbody
>
</
table
>
<
inp2:n_SaveWarning
name
=
"grid_save_warning"
/>
<
inp2:n_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
=
"n"
value_field
=
"Value"
per_page
=
"-1"
grid
=
"Default"
original_title
=
"la_section_OriginalValues"
display_original
=
"1"
/>
<
inp2:m_RenderElement
name
=
"inp_edit_filler"
/>
</
table
>
</
div
>
<
input
type
=
"hidden"
name
=
"cf_type"
value
=
"<inp2:n_UnitOption name='ItemType'/>"
/>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment