MNNL#53932 Zichtbaarheid actieknoppen in meldingscherm
svn path=/Website/trunk/; revision=39583
This commit is contained in:
@@ -1078,19 +1078,22 @@ function ins_list (pautfunction, params)
|
||||
%>
|
||||
<!-- LEGENDA -->
|
||||
<script type="text/javascript">
|
||||
function openLegenda()
|
||||
{
|
||||
params = { width: 250,
|
||||
minWidth: 250,
|
||||
minHeight: 10,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top+30"},
|
||||
title: "<%=L("lcl_ins_controle_legenda")%>"
|
||||
}
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
</script>
|
||||
function openLegenda()
|
||||
{
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 250,
|
||||
minWidth: 250,
|
||||
minHeight: 10,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: "<%=L("lcl_ins_controle_legenda")%>"
|
||||
};
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
</script>
|
||||
<div id="legenda" style="display:none; line-height: 30px;">
|
||||
<table id="inslegenda">
|
||||
<tr class="expired1">
|
||||
|
||||
@@ -985,18 +985,21 @@ var transitParam = buildTransitParam(["deel", "groep", "categorie_key", "distric
|
||||
%>
|
||||
<!-- LEGENDA -->
|
||||
<script type="text/javascript">
|
||||
function openLegenda()
|
||||
{
|
||||
params = { width: 500,
|
||||
minWidth: 250,
|
||||
minHeight: 10,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top + 30"},
|
||||
title: "<%=L("lcl_ins_controle_legenda")%>"
|
||||
}
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
function openLegenda()
|
||||
{
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 500,
|
||||
minWidth: 250,
|
||||
minHeight: 10,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: "<%=L("lcl_ins_controle_legenda")%>"
|
||||
};
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
</script>
|
||||
<div id="legenda" style="display:none; line-height: 30px;">
|
||||
<table id="inslegenda">
|
||||
|
||||
@@ -689,13 +689,16 @@ var transitParam = buildTransitParam(["disc", "srtgroep", "srtdeel", "srtcontrol
|
||||
<script type="text/javascript">
|
||||
function openLegenda()
|
||||
{
|
||||
params = { width: 500,
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 250,
|
||||
minWidth: 250,
|
||||
minHeight: 10,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top + 30"},
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: "<%=L("lcl_ins_controle_legenda")%>"
|
||||
}
|
||||
};
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
|
||||
@@ -1281,15 +1281,17 @@ if (!excel && !print)
|
||||
|
||||
function openLegenda()
|
||||
{
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 250,
|
||||
minWidth: 250,
|
||||
//height: 130,
|
||||
minHeight: 10,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top+30"},
|
||||
title: "<%=L("lcl_mld_legenda")%>"
|
||||
}
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: "<%=L("lcl_ins_controle_legenda")%>"
|
||||
};
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -910,13 +910,16 @@ function opdr_plan(params)
|
||||
<script type="text/javascript">
|
||||
function openLegenda()
|
||||
{
|
||||
params = { width: 220,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top+30"},
|
||||
title: "<%=L("lcl_res_legenda")%>"
|
||||
}
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 220,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: "<%=L("lcl_res_legenda")%>"
|
||||
};
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
</script>
|
||||
<div id="legenda" style="display:none; line-height: 30px;">
|
||||
|
||||
@@ -340,11 +340,14 @@ var new_item_key = 0; // Globaal
|
||||
<script>
|
||||
function openLegenda()
|
||||
{
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 125,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top+30"},
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: '<%=L("lcl_res_legenda")%>'
|
||||
}
|
||||
};
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
FcltMgr.resized();
|
||||
}
|
||||
|
||||
@@ -278,9 +278,12 @@ IFRAMER_HEADER(L("lcl_res_frame_voorziening"), buttons);
|
||||
<script type="text/javascript">
|
||||
function openLegenda()
|
||||
{
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 170,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top+30"},
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: "<%=L("lcl_res_legenda")%>"
|
||||
}
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
|
||||
@@ -346,9 +346,12 @@ while (nnregels < 8)
|
||||
<script type="text/javascript">
|
||||
function openLegenda()
|
||||
{
|
||||
var myPosition = "right top+30";
|
||||
if (elems.$originalHeaderRow && elems.$originalHeaderRow.length)
|
||||
myPosition = "right-15 top+"+(parseInt(elems.$fcltFrameHeader.css("top"))+30);
|
||||
params = { width: 170,
|
||||
resizable: false,
|
||||
position: {my: "right top", at: "right top+30"},
|
||||
position: {my: "right top", at: myPosition},
|
||||
title: "<%=L("lcl_res_legenda")%>"
|
||||
}
|
||||
$('div#legenda').dialog(params).dialog('open');
|
||||
|
||||
Reference in New Issue
Block a user