]> WPIA git - gigi.git/commitdiff
fix: indentation of NameInput.templ
authorFelix Dörre <felix@dogcraft.de>
Wed, 20 Jul 2016 09:14:28 +0000 (11:14 +0200)
committerFelix Dörre <felix@dogcraft.de>
Sat, 23 Jul 2016 10:16:31 +0000 (12:16 +0200)
Change-Id: I87b2fde58fc5d5be5ee9cdf51d3454a024a017af

src/org/cacert/gigi/output/NameInput.templ

index b633daa355f9fb41b16053abde0294c04ede0473..2c996830152f51391c7675454a2f8ec3fbd28df8 100644 (file)
@@ -3,18 +3,18 @@
 <?=_Name consists of one or more first names, one or more last names and any amount of suffixes?>
 <h4><?=_Variant Generation?></h4>
 <ul>
 <?=_Name consists of one or more first names, one or more last names and any amount of suffixes?>
 <h4><?=_Variant Generation?></h4>
 <ul>
-<li><?=_First names may be swapped?></li>
-<li><?=_The first Last Name is mandatory, any other ones may be omitted, but must stay in sequence.?></li>
-<li><?=_Any Suffixes may be omitted, but must stay in sequence.?></li>
+  <li><?=_First names may be swapped?></li>
+  <li><?=_The first Last Name is mandatory, any other ones may be omitted, but must stay in sequence.?></li>
+  <li><?=_Any Suffixes may be omitted, but must stay in sequence.?></li>
 </ul>
 <div class="form-group">
 </ul>
 <div class="form-group">
-<input type='text' name='fname' class="form-control" placeholder="<?=_First Names?>" value="<?=$fname?>">
+  <input type='text' name='fname' class="form-control" placeholder="<?=_First Names?>" value="<?=$fname?>">
 </div>
 <div class="form-group">
 </div>
 <div class="form-group">
-<input type='text' name='lname' class="form-control" placeholder="<?=_Last Names?>" value="<?=$lname?>">
+  <input type='text' name='lname' class="form-control" placeholder="<?=_Last Names?>" value="<?=$lname?>">
 </div>
 <div class="form-group">
 </div>
 <div class="form-group">
-<input type='text' name='suffix' class="form-control" placeholder="<?=_Suffixes?>" value="<?=$suffix?>">
+  <input type='text' name='suffix' class="form-control" placeholder="<?=_Suffixes?>" value="<?=$suffix?>">
 </div>
 
 <h3><?=_Single Name?></h3>
 </div>
 
 <h3><?=_Single Name?></h3>
@@ -22,8 +22,8 @@
 <?=_Name of one part?>
 <h4><?=_Variant Generation?></h4>
 <ul>
 <?=_Name of one part?>
 <h4><?=_Variant Generation?></h4>
 <ul>
-<li><?=_Name has no variants?></li>
+  <li><?=_Name has no variants?></li>
 </ul>
 <div class="form-group">
 </ul>
 <div class="form-group">
-<input type='text' name='name' class="form-control" placeholder="<?=_Name?>" value="<?=$name?>">
+  <input type='text' name='name' class="form-control" placeholder="<?=_Name?>" value="<?=$name?>">
 </div>
 </div>