]> git.mxchange.org Git - mailer.git/commitdiff
Now we have a listing here
authorRoland Häder <roland@mxchange.org>
Wed, 13 Jul 2011 08:56:19 +0000 (08:56 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 13 Jul 2011 08:56:19 +0000 (08:56 +0000)
templates/de/html/member/member_reflink_nickname.tpl
templates/de/html/member/member_reflink_no_nickname.tpl

index 7cc5bc1b7df48a16e4b678df34eb6c7a7b019142..dca24abf6fde0812d53afd78a6937351b3ef595e 100644 (file)
@@ -1,6 +1,4 @@
-<div class="para">
-       {--MEMBER_NICKNAME_YOUR_REFERAL_LINK--}:
-</div>
-<div class="para">
+<li class="listing">
+       {--MEMBER_NICKNAME_YOUR_REFERAL_LINK--}:<br />
        <strong><a href="{?URL?}/ref.php?refid=$content" target="_blank">{?URL?}/ref.php?refid=$content</a></strong>
        <strong><a href="{?URL?}/ref.php?refid=$content" target="_blank">{?URL?}/ref.php?refid=$content</a></strong>
-</div>
+</li>
index 11fbf600eacb1d938be49429c7ab76e30fdf60fa..9a8c00f3db1591f81f0a40e106de713a13fb519b 100644 (file)
@@ -1,8 +1,6 @@
-<div class="notice">
-       <div>
-               {--MEMBER_NO_NICKNAME_SET--}
-       </div>
-       <div>
+<li class="listing">
+       <div class="notice">
+               {--MEMBER_NO_NICKNAME_SET--}<br />
                <a href="{%url=modules.php?module=login&amp;what=nickname%}">{--MEMBER_PLEASE_CLICK_NICKNAME_FORM--}</a>
        </div>
                <a href="{%url=modules.php?module=login&amp;what=nickname%}">{--MEMBER_PLEASE_CLICK_NICKNAME_FORM--}</a>
        </div>
-</div>
+</li>