Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1102258
D267.id655.diff
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
Mon, Aug 18, 12:36 PM
Size
897 B
Mime Type
text/x-diff
Expires
Tue, Aug 19, 12:36 PM (2 h, 20 m)
Engine
blob
Format
Raw Data
Handle
714044
Attached To
D267: INP-1655 - Improve "additional_title_render_as" parameter support in "combined_header" block
D267.id655.diff
View Options
Index: core/admin_templates/incs/form_blocks.tpl
===================================================================
--- core/admin_templates/incs/form_blocks.tpl
+++ core/admin_templates/incs/form_blocks.tpl
@@ -13,6 +13,10 @@
<inp2:m_if check="m_get" var="m_wid" inverse="1">
<inp2:m_if check="m_GetConfig" name="UseSmallHeader">
<img src="img/spacer.gif" height="8" width="1" alt=""/>
+
+ <inp2:m_if check="m_Param" name="additional_title_render_as">
+ <inp2:m_RenderElement name="$additional_title_render_as" pass_params="1"/>
+ </inp2:m_if>
<inp2:m_else/>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<!--## <tr<inp2:m_ifnot check="m_ModuleEnabled" module="Proj-Base"> style="background: url(<inp2:adm_SectionInfo section="$section" parent="$parent" info="module_path"/>img/logo_bg.gif) no-repeat top right; height: 55px;"</inp2:m_ifnot>> ##-->
Event Timeline
Log In to Comment