]> git.mxchange.org Git - mailer.git/commitdiff
HTML fix and double->single converted
authorRoland Häder <roland@mxchange.org>
Wed, 28 Oct 2009 19:26:46 +0000 (19:26 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 28 Oct 2009 19:26:46 +0000 (19:26 +0000)
inc/functions.php
templates/de/html/admin/admin_config_other.tpl
templates/de/html/guest/guest_receive_table.tpl
templates/de/html/guest/guest_register.tpl

index a52770e945268a7f3031c3c348bee40c18b73f06..dbfe8b3674c61462da52e9a6700cb67944d6cb23 100644 (file)
@@ -1325,7 +1325,7 @@ function generateRandomCode ($length, $code, $userid, $DATA = '') {
 // Does only allow numbers
 function bigintval ($num, $castValue = true) {
        // Filter all numbers out
 // Does only allow numbers
 function bigintval ($num, $castValue = true) {
        // Filter all numbers out
-       $ret = preg_replace("/[^0123456789]/", '', $num);
+       $ret = preg_replace('/[^0123456789]/', '', $num);
 
        // Shall we cast?
        if ($castValue) $ret = (double)$ret;
 
        // Shall we cast?
        if ($castValue) $ret = (double)$ret;
index 9d19efb8edb1f2f6496e0a25816b24ba13d1fda4..a2f6c7295f19050e17d44914bc99980b3d407b3a 100644 (file)
                <td align="right">{--ADMIN_OPTION_CSS_PHP--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td>
                <td align="right">{--ADMIN_OPTION_CSS_PHP--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td>
-                       <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct]>&nbsp;{--ADMIN_CSS_PHP_DIRECT--}<br />
+                       <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct] />&nbsp;{--ADMIN_CSS_PHP_DIRECT--}<br />
                        <input type="radio" name="css_php" value="FILE"$content[css_php_file] />&nbsp;{--ADMIN_CSS_PHP_FILE--}<br />
                        <input type="radio" name="css_php" value="INLINE"$content[css_php_inline] />&nbsp;{--ADMIN_CSS_PHP_INLINE--}
                </td>
                        <input type="radio" name="css_php" value="FILE"$content[css_php_file] />&nbsp;{--ADMIN_CSS_PHP_FILE--}<br />
                        <input type="radio" name="css_php" value="INLINE"$content[css_php_inline] />&nbsp;{--ADMIN_CSS_PHP_INLINE--}
                </td>
index cad81aa9db7123360aac63bf07683ddb7c4a701a..26bbf379161ed4b6c5199fc953e4aecfaa883385 100644 (file)
@@ -8,4 +8,4 @@
                        $content
                </select></td>
        </tr>
                        $content
                </select></td>
        </tr>
-</table>
\ No newline at end of file
+</table>
index 9bbc8db1a7d1e1d1a8ccab8269f2c536f236de7f..8d7d6cbf37ba7a905dfc9565c79d16f62c056167 100644 (file)
                <td colspan="2" height="7" class="seperator">&nbsp;</td>
        </tr>
        <tr>
                <td colspan="2" height="7" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td colspan="2" align="center">$content[max_receive_list]/td>
+               <td colspan="2" align="center">$content[max_receive_list]</td>
        </tr>
        <tr>
                <td colspan="2" height="7" class="seperator">&nbsp;</td>
        </tr>
        <tr>
                <td colspan="2" height="7" class="seperator">&nbsp;</td>