MARX#36199 nummer in Factuur afhandeling scherm toevoegen
svn path=/Website/trunk/; revision=30026
This commit is contained in:
@@ -386,7 +386,7 @@ var fin_btwtabel_key = oRs("fin_btwtabel_key").value; // Standaard btw tabel key
|
||||
<% // Opdrachtid. Alleen als ref_type is "O" (opdrachten)
|
||||
%> <tr id="tr_opdr_id" <%=(ref_info.ref_type == 'O') ? "" : "style='display:none'"%>>
|
||||
<td class="label"><label><%=L("lcl_opdr_id")%>:</label></td>
|
||||
<td><div class="fld" id="opdr_id"><%=ref_info.opdr_id && ref_info.opdr_id? safe.html(ref_info.opdr_id) : ""%></div></td>
|
||||
<td><div class="fld readonly" id="opdr_id"><%=ref_info.opdr_id && ref_info.opdr_id? safe.html(ref_info.opdr_id) : ""%></div></td>
|
||||
</tr>
|
||||
<% RWFIELDTR("lev_uit", "fld", L("lcl_cnt_contractant"), (ref_info.lev_uit? ref_info.lev_uit : ""), { readonly: true }); // Leverancier/Uitvoerder
|
||||
%> <input type="hidden" name="lev_uit_key" id="lev_uit_key" value="<%=ref_info.lev_uit_key? ref_info.lev_uit_key : ""%>"><%
|
||||
@@ -426,7 +426,7 @@ var fin_btwtabel_key = oRs("fin_btwtabel_key").value; // Standaard btw tabel key
|
||||
// Dit omdat de functie $('textarea').autogrow() dan de foutmelding "Invalid argument." geeft. (standaard jquery component)
|
||||
%> <tr id="tr_opdr_omschr" <%=ref_info.show_omschr? "" : "style='display:none'"%>>
|
||||
<td class="label"><label><%=L("lcl_descr")%>:</label></td>
|
||||
<td><div class="fldremark" id="opdr_omschr"><%=ref_info.show_omschr && ref_info.opdr_omschr? safe.html(ref_info.opdr_omschr) : ""%></div></td>
|
||||
<td><div class="fldremark readonly" id="opdr_omschr"><%=ref_info.show_omschr && ref_info.opdr_omschr? safe.html(ref_info.opdr_omschr) : ""%></div></td>
|
||||
</tr>
|
||||
<% // Locatie gegevens. Alleen als ref_type is "C" (contracten)
|
||||
var loc_geg_string = [];
|
||||
@@ -439,7 +439,7 @@ var fin_btwtabel_key = oRs("fin_btwtabel_key").value; // Standaard btw tabel key
|
||||
} %>
|
||||
<tr id="tr_loc_omschr" style="display: <%=(ref_info.loc_geg && ref_info.loc_geg.length > 0)? "block" : "none"%>">
|
||||
<td class="label"><label><%=L("lcl_location")%>:</label></td>
|
||||
<td><div class="fldtxt" id="loc_omschr"><%=safe.html(loc_geg_string.join(",\n"))%></div></td>
|
||||
<td><div class="fldtxt readonly" id="loc_omschr"><%=safe.html(loc_geg_string.join(",\n"))%></div></td>
|
||||
</tr>
|
||||
<%
|
||||
BLOCK_END();
|
||||
|
||||
@@ -254,12 +254,10 @@ input[readonly], select[readonly], textarea[readonly] {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div#finRefInfoList div#opdr_id, div#finRefInfoList div#opdr_omschr
|
||||
div#finRefInfoList td div
|
||||
{
|
||||
color: ==textcolor==;
|
||||
filter: alpha(opacity=80);
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
input[readonly], select[readonly], textarea[readonly], td span.readonly, td div.readonly {
|
||||
filter: alpha(opacity=80);
|
||||
|
||||
Reference in New Issue
Block a user