]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssuranceForm.templ
UPD: normalized text inputs
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.templ
index 9b1aa2e54d3da1263c7f58b3ec919d71c1082259..4b4fd7fec727ac88c8e8f6a19c065297e4a9b8ec 100644 (file)
@@ -1,4 +1,4 @@
-<table class="wrapper dataTable" width="600">
+<table class="table">
 <thead>
 <tr><th colspan="2"><?=_Assurance Confirmation?></th></tr>
 </thead>
        </tr>
        <tr>
                <td><?=_Location?></td>
-               <td><input type="text" name="location" value="<?=$location?>"></td>
+               <td><input class="form-control" type="text" name="location" value="<?=$location?>"></td>
        </tr>
        <tr>
                <td><?=_Date?></td>
-               <td><input type="text" name="date" value="<?=$date?>"><br/><?=_The date when the assurance took place. Please adjust the date if you assured the person on a different day (YYYY-MM-DD).?></td>
+               <td><input class="form-control" type="text" name="date" value="<?=$date?>"><br/><?=_The date when the assurance took place. Please adjust the date if you assured the person on a different day (YYYY-MM-DD).?></td>
        </tr>
        <tr>
                <td><input type="checkbox" name="assertion" value="1"></td>
@@ -48,7 +48,7 @@
        </tr>
        <tr>
                <td><?=_Points?></td>
-               <td><input type="text" name="points"><br/>(Max. <?=$maxpoints?>)</td>
+               <td><input class="form-control" type="text" name="points"><br/>(Max. <?=$maxpoints?>)</td>
        </tr>
        <tr>
                <td><?=_Type?></td>