Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 081a4f97

Von Moritz Bunkus vor mehr als 18 Jahren hinzugefügt

  • ID 081a4f9736f3bc345872be8f61632cbed4a8d9b3
  • Vorgänger c5b4fdf4
  • Nachfolger 72539cb3

Kosmetik: Perltidy-Lauf nach den Einstellungen in doc/programmierrichtlinien.txt ueber alle .pl und .pm.

Unterschiede anzeigen:

bin/mozilla/bp.pl
160 160
    $button1 = qq|
161 161
       <td><input name=transdatefrom id=transdatefrom size=11 title="$myconfig{dateformat}">
162 162
       <input type=button name=transdatefrom id="trigger1" value=|
163
      . $locale->text('button')
164
      . qq|></td>
163
      . $locale->text('button') . qq|></td>
165 164
      |;
166 165
    $button2 = qq|
167 166
       <td><input name=transdateto id=transdateto size=11 title="$myconfig{dateformat}">
168 167
       <input type=button name=transdateto name=transdateto id="trigger2" value=|
169
      . $locale->text('button')
170
      . qq|></td>
168
      . $locale->text('button') . qq|></td>
171 169
     |;
172 170

  
173 171
    #write Trigger
......
281 279
<h2 class=confirm>$form->{title}</h2>
282 280

  
283 281
<h4>|
284
    . $locale->text('Are you sure you want to remove the marked entries from the queue?')
282
    . $locale->text(
283
          'Are you sure you want to remove the marked entries from the queue?')
285 284
    . qq|</h4>
286 285

  
287 286
<input name=action class=submit type=submit value="|

Auch abrufbar als: Unified diff