Commit c2321a6de85905810d032a615814cd672f8d3143

Authored by Georg Hopp
1 parent 78e55a1e

Formularfelder haben jetzt names

@@ -50,43 +50,43 @@ @@ -50,43 +50,43 @@
50 <div class="bgc-box1 f-box1 d-box1"> 50 <div class="bgc-box1 f-box1 d-box1">
51 <div> 51 <div>
52 <input type="hidden" id="personId" value="-1" 52 <input type="hidden" id="personId" value="-1"
53 - disabled="true" /> 53 + name="personId" disabled="true" />
54 </div> 54 </div>
55 <div> 55 <div>
56 <input type="hidden" id="photographerId" value="-1" 56 <input type="hidden" id="photographerId" value="-1"
57 - disabled="true" /> 57 + name="photographerId" disabled="true" />
58 </div> 58 </div>
59 <div> 59 <div>
60 <input type="hidden" id="ownerId" value="-1" 60 <input type="hidden" id="ownerId" value="-1"
61 - disabled="true" /> 61 + name="ownerId" disabled="true" />
62 </div> 62 </div>
63 <div> 63 <div>
64 <input type="text" style="width: 200px" maxlength="255" 64 <input type="text" style="width: 200px" maxlength="255"
65 - id="firstname" value="" disabled="true" 65 + id="firstname" name="firstname" value="" disabled="true"
66 onChange="pInUp.setFirstname (this.value)" /> 66 onChange="pInUp.setFirstname (this.value)" />
67 <?=_('firstname')?> 67 <?=_('firstname')?>
68 </div> 68 </div>
69 <div> 69 <div>
70 <input type="text" style="width: 200px" maxlength="255" 70 <input type="text" style="width: 200px" maxlength="255"
71 - id="surname" value="" disabled="true" 71 + id="surname" name="surname" value="" disabled="true"
72 onChange="pInUp.setSurname (this.value)" /> 72 onChange="pInUp.setSurname (this.value)" />
73 <?=_('surname')?> 73 <?=_('surname')?>
74 </div> 74 </div>
75 <div> 75 <div>
76 <input type="text" style="width: 200px" maxlength="255" 76 <input type="text" style="width: 200px" maxlength="255"
77 - id="company" value="" disabled="true" 77 + id="company" name="company" value="" disabled="true"
78 onChange="pInUp.setCompany (this.value)" /> 78 onChange="pInUp.setCompany (this.value)" />
79 <?=_('company')?> 79 <?=_('company')?>
80 </div> 80 </div>
81 <div> 81 <div>
82 <input type="text" style="width: 200px" maxlength="255" 82 <input type="text" style="width: 200px" maxlength="255"
83 - id="email" value="" disabled="true" 83 + id="email" name="email" value="" disabled="true"
84 onChange="pInUp.setEmail (this.value)" /> 84 onChange="pInUp.setEmail (this.value)" />
85 <?=_('email')?> 85 <?=_('email')?>
86 </div> 86 </div>
87 <div> 87 <div>
88 <input type="text" style="width: 200px" maxlength="255" 88 <input type="text" style="width: 200px" maxlength="255"
89 - id="url" value="" disabled="true" 89 + id="url" name="url" value="" disabled="true"
90 onChange="pInUp.setUrl (this.value)" /> 90 onChange="pInUp.setUrl (this.value)" />
91 <?=_('url')?> 91 <?=_('url')?>
92 </div> 92 </div>
@@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
116 </div> 116 </div>
117 <div> 117 <div>
118 <input type="text" style="width: 200px" maxlength="255" 118 <input type="text" style="width: 200px" maxlength="255"
119 - id="cameraId" value="-1" disabled="true" 119 + id="cameraId" name="cameraId" value="-1" disabled="true"
120 onChange="pInUp.setCameraId (this.value)" /> 120 onChange="pInUp.setCameraId (this.value)" />
121 <?=_('cameraId')?> 121 <?=_('cameraId')?>
122 </div> 122 </div>
@@ -145,25 +145,25 @@ @@ -145,25 +145,25 @@
145 <?=_('watermark')?></div> 145 <?=_('watermark')?></div>
146 <div> 146 <div>
147 <input type="text" style="width: 200px" maxlength="255" 147 <input type="text" style="width: 200px" maxlength="255"
148 - id="wmWidth" value="" disabled="true" 148 + id="wmWidth" name="wmWidth" value="" disabled="true"
149 onChange="pInUp.setWmWidth (this.value)" /> 149 onChange="pInUp.setWmWidth (this.value)" />
150 <?=_('watermark width')?> 150 <?=_('watermark width')?>
151 </div> 151 </div>
152 <div> 152 <div>
153 <input type="text" style="width: 200px" maxlength="255" 153 <input type="text" style="width: 200px" maxlength="255"
154 - id="wmHeight" value="" disabled="true" 154 + id="wmHeight" name="wmHeight" value="" disabled="true"
155 onChange="pInUp.setWmHeight (this.value)" /> 155 onChange="pInUp.setWmHeight (this.value)" />
156 <?=_('watermark height')?> 156 <?=_('watermark height')?>
157 </div> 157 </div>
158 <div> 158 <div>
159 <input type="text" style="width: 200px" maxlength="255" 159 <input type="text" style="width: 200px" maxlength="255"
160 - id="wmXPos" value="" disabled="true" 160 + id="wmXPos" name="wmXPos" value="" disabled="true"
161 onChange="pInUp.setWmXPos (this.value)" /> 161 onChange="pInUp.setWmXPos (this.value)" />
162 <?=_('watermark xPos')?> 162 <?=_('watermark xPos')?>
163 </div> 163 </div>
164 <div> 164 <div>
165 <input type="text" style="width: 200px" maxlength="255" 165 <input type="text" style="width: 200px" maxlength="255"
166 - id="wmYPos" value="" disabled="true" 166 + id="wmYPos" name="wmYPos" value="" disabled="true"
167 onChange="pInUp.setWmYPos (this.value)" /> 167 onChange="pInUp.setWmYPos (this.value)" />
168 <?=_('watermark yPos')?> 168 <?=_('watermark yPos')?>
169 </div> 169 </div>
Please register or login to post a comment