IVET#71954 Voor sleepbare thema's weer keuze voor verdieping/locatie/alle
svn path=/Website/branches/v2022.1/; revision=55522
This commit is contained in:
@@ -198,12 +198,16 @@
|
||||
+ " WHERE ti.CAD_LEGENDA_KEY = " + legenda_key
|
||||
+ " ORDER BY fac.safe_to_number(CAD_LEGENDAWAARDE_VALUE)" // Numeriek sorteren!
|
||||
oRs = Oracle.Execute(sql)
|
||||
%>
|
||||
<TR>
|
||||
<%
|
||||
if (showtitle)
|
||||
{
|
||||
%>
|
||||
<TR>
|
||||
<td colspan='2'><span class='legendatitel'><%=safe.html(legendaOmschrijving)%></span>
|
||||
<% if (!forPrint && isUpdatable) { %>
|
||||
<%
|
||||
}
|
||||
if (!forPrint && isUpdatable) { %>
|
||||
<select onChange="onLegendaFilterChange(this.value)">
|
||||
<option value="V"><%=L("lcl_floor")%></option>
|
||||
<option value="L" <%=LegendaFilter=="L"?"selected":""%>><%=L("lcl_location")%></option>
|
||||
@@ -212,7 +216,6 @@
|
||||
</td>
|
||||
</TR>
|
||||
<%
|
||||
}
|
||||
|
||||
v_count = "";
|
||||
while (!oRs.EOF)
|
||||
|
||||
Reference in New Issue
Block a user