// Look for a unique id
while (!$isUnique) {
- /**
+ /*
* Add a coupon for this user, first we need to create a
* table-unique "id". The function generatePassword() can do
* this job for us but we want to exclude some characters.
/*
* JavaScript for folding/unfolding menus
* --------------------------------------------------------------------
- * $Revision:: $
- * $Date:: $
- * $Tag:: 0.2.1-FINAL$
- * $Author:: $
+ * $Revision:: $
+ * $Date:: $
+ * $Tag:: 0.2.1-FINAL $
+ * $Author:: $
* --------------------------------------------------------------------
* Copyright (c) 2003 - 2009 by Roland Haeder
* Copyright (c) 2009 - 2011 by Mailer Developer Team
if (isGetRequestElementSet('mailid')) $mailId = bigintval(getRequestElement('mailid'));
if (isGetRequestElementSet('bonusid')) $bonusId = bigintval(getRequestElement('bonusid'));
if (isGetRequestElementSet('code')) $code = bigintval(getRequestElement('code'));
-if (isGetRequestElementSet('do')) $do = getRequestElement('do');
+if (isGetRequestElementSet('do')) $do = getRequestElement('do');
// 01 2 21 12 2 2 21 1 2210
if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalErrorsDetected())) {
Hallo Administrator,
+es wurde soeben ein Gutschein durch ein Mitglied eingelöst.
+
Hier sind alle Daten des Gutscheins:
------------------------------------
Gutschein-Id: $content[coupon_id]
es wurden soeben abgelaufene Gutscheine, die mehr als {%config,createFancyTime=coupon_autopurge_time%} noch gespeichert waren.
Hier sind alle Daten der/des Gutscheine(s):
-$content
------------------------------------
+$content
Mit freundlichen Grüßen,
Ihr {?MAIN_TITLE?} Team
-------------------------------------
Gutschein-Id: $content[id]
Vergütung: {%pipe,translateComma=$content[points]%} {?POINTS?}
Einstellungszeitpunkt: $content[coupon_created]
------------------------------------
Beschreibung/Hinweis:
$content[coupon_description]
+------------------------------------
<strong>: : : {--INSTALLER_MAIN_HEADER--} : : :</strong>
</div>
+<div class="install_menu">
+ Menu!!!!!!
+</div>
+
<div class="install_main">
{%pipe,getInstallerContent%}
</div>
text-align: right;
padding-right: 5px;
}
+
+.install_menu {
+ float: left;
+ width: 120px;
+ border: 1px solid #ff0000;
+}