]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/MyListingForm.templ
ToS: replacement of CCA/ToS in main/RegisterPage.templ
[gigi.git] / src / org / cacert / gigi / pages / wot / MyListingForm.templ
index 1eed71eab25d1eb614189b6c0c9918ed2c023f4a..49902afe8ad98529c7ddf0238467fd35f84a7a3c 100644 (file)
@@ -1,4 +1,4 @@
-<table class="wrapper dataTable">
+<table class="table">
   <tr>
     <th colspan="2"><?=_My Listing?></td>
   </tr>
@@ -13,7 +13,7 @@
   </tr>
   <tr>
     <td><?=_Contact information?>:</td>
-    <td><textarea name="contactinfo" cols="40" rows="5" wrap="virtual"><?=$activeInfo?></textarea></td>
+    <td><textarea class="form-control" name="contactinfo" cols="40" rows="5" wrap="virtual"><?=$activeInfo?></textarea></td>
   </tr>
   <tr>
     <td colspan="2"><input type="submit" name="processContact" value="<?=_Update?>"></td>