Revision 5ddae84b
Von Sven Schöling vor fast 17 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
142 | 142 |
# } |
143 | 143 |
|
144 | 144 |
$onhand = qq| |
145 |
<input name=itemstatus class=radio type=radio value=onhand> | |
|
146 |
. $locale->text('On Hand') . qq| |
|
147 |
<input name=itemstatus class=radio type=radio value=short> | |
|
148 |
. $locale->text('Short') . qq| |
|
145 |
<input name=itemstatus class=radio type=radio value=onhand> | . $locale->text('On Hand') . qq| |
|
146 |
<input name=itemstatus class=radio type=radio value=short> | . $locale->text('Short') . qq| |
|
149 | 147 |
|; |
150 | 148 |
|
151 | 149 |
$makemodel = qq| |
... | ... | |
163 | 161 |
|; |
164 | 162 |
|
165 | 163 |
$l_serialnumber = qq| |
166 |
<td><input name=l_serialnumber class=checkbox type=checkbox value=Y> | |
|
167 |
. $locale->text('Serial Number') . qq|</td> |
|
164 |
<td><input name=l_serialnumber class=checkbox type=checkbox value=Y> | . $locale->text('Serial Number') . qq|</td> |
|
168 | 165 |
|; |
169 | 166 |
|
170 | 167 |
|
... | ... | |
189 | 186 |
<td><input name=partnumber size=20></td> |
190 | 187 |
</tr> |
191 | 188 |
<tr> |
192 |
<th align=right nowrap>| |
|
193 |
. $locale->text('Part Description') . qq|</th> |
|
189 |
<th align=right nowrap>| . $locale->text('Part Description') . qq|</th> |
|
194 | 190 |
<td colspan=3><input name=description size=40></td> |
195 | 191 |
</tr> |
196 | 192 |
<tr> |
... | ... | |
209 | 205 |
<tr> |
210 | 206 |
<td></td> |
211 | 207 |
<td colspan=3> |
212 |
<input name=itemstatus class=radio type=radio value=active checked> | |
|
213 |
. $locale->text('Active') . qq| |
|
208 |
<input name=itemstatus class=radio type=radio value=active checked> | . $locale->text('Active') . qq| |
|
214 | 209 |
$onhand |
215 |
<input name=itemstatus class=radio type=radio value=obsolete> | |
|
216 |
. $locale->text('Obsolete') . qq| |
|
217 |
<input name=itemstatus class=radio type=radio value=orphaned> | |
|
218 |
. $locale->text('Orphaned') . qq| |
|
210 |
<input name=itemstatus class=radio type=radio value=obsolete> | . $locale->text('Obsolete') . qq| |
|
211 |
<input name=itemstatus class=radio type=radio value=orphaned> | . $locale->text('Orphaned') . qq| |
|
219 | 212 |
</td> |
220 | 213 |
</tr> |
221 | 214 |
$bought |
Auch abrufbar als: Unified diff
Perltidy mangle rueckgaengig gemacht fuer spaeteres Templating