MNNL#53932 Zichtbaarheid actieknoppen in meldingscherm

svn path=/Website/trunk/; revision=39583
This commit is contained in:
Alex Tiehuis
2018-10-31 13:32:05 +00:00
parent 682c83b676
commit b23731a8c1
8 changed files with 67 additions and 44 deletions

View File

@@ -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">

View File

@@ -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">

View File

@@ -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();
}

View File

@@ -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>

View File

@@ -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;">

View File

@@ -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();
}

View File

@@ -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');

View File

@@ -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');