FSN#38526 BLOCK_START ook netjes buttons ondersteunen
svn path=/Website/trunk/; revision=31633
This commit is contained in:
@@ -120,7 +120,16 @@ function BLOCK_START(id, title, params) {
|
||||
__blockactive__ = true;
|
||||
%><!-- BLOCK_START <%=id%> -->
|
||||
<div id="<%=id%>" class="fcltblock" <%=params.hidden? ' style="display:none"' : ''%>>
|
||||
<div class="fcltblockhead"><%=title%></div>
|
||||
<div class="fcltblockhead"><%=title%>
|
||||
<%
|
||||
if (params.buttons && params.buttons.length)
|
||||
{
|
||||
%><div class="blockbuttoncontainer" style="float:right;"><%
|
||||
CreateButtons(params.buttons, { showIcons: true} );
|
||||
%></div><%
|
||||
}
|
||||
%>
|
||||
</div>
|
||||
<div class="inside" id="<%=id%>List">
|
||||
<table class="fcltblocktab" width="100%"><%
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user