Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5ddae84b

Von Sven Schöling vor fast 17 Jahren hinzugefügt

  • ID 5ddae84bd337fffcfd9e13a65d2a3d1161d4edd5
  • Vorgänger ae7dfc51
  • Nachfolger 12240c79

Perltidy mangle rueckgaengig gemacht fuer spaeteres Templating

Unterschiede anzeigen:

bin/mozilla/ic.pl
142 142
#   }
143 143

  
144 144
    $onhand = qq|
145
            <input name=itemstatus class=radio type=radio value=onhand>&nbsp;|
146
      . $locale->text('On Hand') . qq|
147
            <input name=itemstatus class=radio type=radio value=short>&nbsp;|
148
      . $locale->text('Short') . qq|
145
            <input name=itemstatus class=radio type=radio value=onhand>&nbsp;| . $locale->text('On Hand') . qq|
146
            <input name=itemstatus class=radio type=radio value=short>&nbsp;| . $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>&nbsp;|
167
      . $locale->text('Serial Number') . qq|</td>
164
        <td><input name=l_serialnumber class=checkbox type=checkbox value=Y>&nbsp;| . $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>&nbsp;|
213
    . $locale->text('Active') . qq|
208
            <input name=itemstatus class=radio type=radio value=active checked>&nbsp;| . $locale->text('Active') . qq|
214 209
	    $onhand
215
            <input name=itemstatus class=radio type=radio value=obsolete>&nbsp;|
216
    . $locale->text('Obsolete') . qq|
217
            <input name=itemstatus class=radio type=radio value=orphaned>&nbsp;|
218
    . $locale->text('Orphaned') . qq|
210
            <input name=itemstatus class=radio type=radio value=obsolete>&nbsp;| . $locale->text('Obsolete') . qq|
211
            <input name=itemstatus class=radio type=radio value=orphaned>&nbsp;| . $locale->text('Orphaned') . qq|
219 212
	  </td>
220 213
	</tr>
221 214
	$bought

Auch abrufbar als: Unified diff