remove message table styles
authorCindy Li <cli@ocad.ca>
Mon, 9 Aug 2010 19:47:25 +0000 (19:47 -0000)
committerCindy Li <cli@ocad.ca>
Mon, 9 Aug 2010 19:47:25 +0000 (19:47 -0000)
docs/updater/include/common.inc.php

index 0642508..7c40eb3 100644 (file)
@@ -13,7 +13,7 @@
 function print_errors( $errors, $notes='' ) {\r
        ?>\r
        <div class="input-form">\r
-       <table style="align:center; padding: 3px; background-color: #F8F8F8; border: 0">\r
+       <table>\r
        <tr>\r
                <td>\r
                <h3><img src="images/bad.gif" align="top" alt="" class="img" /> Warning</h3>\r
@@ -39,7 +39,7 @@ function print_errors( $errors, $notes='' ) {
 function print_feedback( $feedback, $notes='' ) {\r
 ?>\r
        <div class="input-form">\r
-       <table style="align:center; padding: 3px; background-color: #F8F8F8; border: 0">\r
+       <table>\r
        <tr>\r
        <td><h3><img src="images/feedback.gif" align="top" alt="" class="img" /> <?php echo _AT('TR_FEEDBACK_UPDATE_INSTALLED_SUCCESSFULLY')?></h3>\r
                <?php\r