Member surfbar URL management smaller
authorRoland Häder <roland@mxchange.org>
Fri, 28 Nov 2008 03:35:48 +0000 (03:35 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 28 Nov 2008 03:35:48 +0000 (03:35 +0000)
inc/databases.php
templates/de/html/member/member_surfbar_list.tpl
templates/de/html/member/member_surfbar_list_row.tpl

index 731868bb995bed9dfd98a94b20c1a9936e0fe6a9..d0a5cf6a1034eae75ad3187ee8913b5605f20a14 100644 (file)
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "576");
+define('CURR_SVN_REVISION', "577");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index df1fb5495752d0ffef6097c7227bc3e0e1712620..520fa2799c4f5004b097cf0b0a48087831d3a129 100644 (file)
@@ -1,6 +1,6 @@
 <table border="0" cellspacing="0" cellpadding="0" width="100%" class="member_table dashed">
 <tr>
 <table border="0" cellspacing="0" cellpadding="0" width="100%" class="member_table dashed">
 <tr>
-       <td colspan="7" class="member_header bottom2">
+       <td colspan="6" class="member_header bottom2">
                <strong>{--MEMBER_SURFBAR_LIST_TITLE--}</strong>
        </td>
 </tr>
                <strong>{--MEMBER_SURFBAR_LIST_TITLE--}</strong>
        </td>
 </tr>
@@ -8,9 +8,6 @@
        <td align="center" class="member_header bottom2 right2">
                <strong>{--MEMBER_SURFBAR_TEST_URL--}</strong>
        </td>
        <td align="center" class="member_header bottom2 right2">
                <strong>{--MEMBER_SURFBAR_TEST_URL--}</strong>
        </td>
-       <td align="center" class="member_header bottom2 right2">
-               <strong>{--MEMBER_SURFBAR_VIEWS_TOTAL--}</strong>
-       </td>
        <td align="center" class="member_header bottom2 right2">
                <strong>{--MEMBER_SURFBAR_STATUS--}</strong>
        </td>
        <td align="center" class="member_header bottom2 right2">
                <strong>{--MEMBER_SURFBAR_STATUS--}</strong>
        </td>
@@ -29,7 +26,7 @@
 </tr>
 $content
 <tr>
 </tr>
 $content
 <tr>
-       <td colspan="7" class="member_footer" style="padding-left:5px;padding-right:5px">
+       <td colspan="6" class="member_footer" style="padding-left:5px;padding-right:5px">
                <span class="member_note">{--MEMBER_SURFBAR_LIST_NOTE--}</span>
        </td>
 </tr>
                <span class="member_note">{--MEMBER_SURFBAR_LIST_NOTE--}</span>
        </td>
 </tr>
index 7141b3b25eb14bbd9d44af91956990320a092acf..ae87f579af2c940eae15e8a9943426221e69e943 100644 (file)
@@ -2,9 +2,6 @@
        <td align="center" class="switch_sw$content[sw] bottom2 right2">
                <a href="$content[url]" target="_blank" title="{--MEMBER_TEST_URL--}">{--MEMBER_SURFBAR_TEST_URL--}</a>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom2 right2">
                <a href="$content[url]" target="_blank" title="{--MEMBER_TEST_URL--}">{--MEMBER_SURFBAR_TEST_URL--}</a>
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">
-               $content[views_total]
-       </td>
        <td align="center" class="switch_sw$content[sw] bottom2 right2">
                $content[status]
        </td>
        <td align="center" class="switch_sw$content[sw] bottom2 right2">
                $content[status]
        </td>