Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F925342
topics_relations.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
Tue, May 20, 5:12 AM
Size
3 KB
Mime Type
text/html
Expires
Thu, May 22, 5:12 AM (18 h, 3 m)
Engine
blob
Format
Raw Data
Handle
624762
Attached To
rMINB Modules.In-Bulletin
topics_relations.tpl
View Options
<
inp2:adm_SetPopupSize
width
=
"880"
height
=
"680"
/>
<
inp2:m_include
t
=
"incs/header"
/>
<
inp2:m_RenderElement
name
=
"combined_header"
prefix
=
"bb"
section
=
"in-portal:browse"
title_preset
=
"topics_relations"
pagination
=
"1"
pagination_prefix
=
"bb-rel"
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
(
'bb'
,
'<inp2:bb_SaveEvent/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>'
,
function
()
{
submit_event
(
'bb'
,
'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
(
'bb'
,
'<inp2:bb_PrevId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'next'
,
'<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>'
,
function
()
{
go_to_id
(
'bb'
,
'<inp2:bb_NextId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep2'
)
);
//Relations related:
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'new_item'
,
'<inp2:m_phrase label="la_ToolTip_New_Relation" escape="1"/>::<inp2:m_phrase label="la_ToolTip_Add" escape="1"/>'
,
function
()
{
openSelector
(
'bb-rel'
,
'<inp2:adm_SelectorLink prefix="bb-rel" selection_mode="single" tab_prefixes="all"/>'
,
'TargetId'
,
'950x600'
);
}
)
);
function
edit
()
{
std_edit_temp_item
(
'bb-rel'
,
'in-bulletin/topics/relations_edit'
);
}
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'edit'
,
'<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>'
,
edit
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'delete'
,
'<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>'
,
function
()
{
std_delete_items
(
'bb-rel'
)
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep3'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'approve'
,
'<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>'
,
function
()
{
submit_event
(
'bb-rel'
,
'OnMassApprove'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'decline'
,
'<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>'
,
function
()
{
submit_event
(
'bb-rel'
,
'OnMassDecline'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep4'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'view'
,
'<inp2:m_phrase label="la_ToolTip_View" escape="1"/>'
,
function
()
{
show_viewmenu
(
a_toolbar
,
'view'
);
}
)
);
a_toolbar
.
Render
();
<
inp2
:
m_if
check
=
"bb_IsSingle"
>
a_toolbar
.
HideButton
(
'prev'
);
a_toolbar
.
HideButton
(
'next'
);
a_toolbar
.
HideButton
(
'sep1'
);
//a_toolbar.HideButton('sep2');
<
inp2
:
m_else
/>
<
inp2
:
m_if
check
=
"bb_IsLast"
>
a_toolbar
.
DisableButton
(
'next'
);
<
/inp2:m_if>
<
inp2
:
m_if
check
=
"bb_IsFirst"
>
a_toolbar
.
DisableButton
(
'prev'
);
<
/inp2:m_if>
<
/inp2:m_if>
</
script
>
</
td
>
<
inp2:m_RenderElement
name
=
"search_main_toolbar"
prefix
=
"bb-rel"
grid
=
"Default"
/>
</
tr
>
</
tbody
>
</
table
>
<
inp2:m_RenderElement
name
=
"grid"
PrefixSpecial
=
"bb-rel"
IdField
=
"RelationshipId"
grid
=
"Default"
menu_filters
=
"yes"
/>
<
script
type
=
"text/javascript"
>
Grids
[
'bb-rel'
].
SetDependantToolbarButtons
(
new
Array
(
'edit'
,
'delete'
,
'approve'
,
'decline'
)
);
</
script
>
<
input
type
=
"hidden"
name
=
"TargetId"
id
=
"TargetId"
value
=
"<inp2:m_get name="
TargetId
"
/>
">
<
input
type
=
"hidden"
name
=
"TargetType"
id
=
"TargetType"
value
=
"<inp2:m_get name="
TargetType
"
/>
">
<
inp2:m_include
t
=
"incs/footer"
/>
<
script
type
=
"text/javascript"
>
var
$
env
=
document
.
getElementById
(
'sid'
).
value
+
'-:m<inp2:m_get name="m_cat_id"/>-1-1-1-s'
;
</
script
>
Event Timeline
Log In to Comment