svn path=/Website/trunk/; revision=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<%@language = "javascript" %>
|
||||
<%
|
||||
/* $Revision: 1 $
|
||||
$Modtime: 30-09-09 16:05 $
|
||||
/* $Revision: 2 $
|
||||
$Modtime: 10/05/09 11:06a $
|
||||
|
||||
File: bez_show_afspraak.asp
|
||||
Status: 10% (new style)
|
||||
@@ -90,9 +90,9 @@ if (loc_key > 0)
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body id="showbody">
|
||||
<div id="show">
|
||||
<form name="u2" action="alg_edit_locatie_save.asp?urole=bo&loc_key=<%=loc_key%>" method=post onSubmit="alg_submit();">
|
||||
<body id="editbody">
|
||||
<div id="edit">
|
||||
<form name="u2" action="alg_edit_locatie_save.asp?loc_key=<%=loc_key%>" method=post onSubmit="alg_submit();">
|
||||
<%
|
||||
|
||||
var buttons = [ {title: lcl_submit, action:"alg_submit()", icon: "opslaan.png", id:"bsubmit_alg_locatie" },
|
||||
@@ -123,7 +123,7 @@ BLOCK_START("algLoc1", "");
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><label><%=lcl_prs_address_bezoek_postcode%>:</label></td>
|
||||
<td><input class="fldloc"" type="text" id="bez_postc" name="subject" value="<%=bez_postc%>" ></td>
|
||||
<td><input class="fldloc"" type="text" id="bez_postc" name="bez_postc" value="<%=bez_postc%>" ></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><label><%=lcl_prs_address_bezoek_plaats%>:</label></td>
|
||||
|
||||
Reference in New Issue
Block a user