]> git.mxchange.org Git - admin.git/commitdiff
Fixes for admin area
authorRoland Häder <roland@mxchange.org>
Thu, 18 Dec 2008 01:49:24 +0000 (01:49 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 18 Dec 2008 01:49:24 +0000 (01:49 +0000)
application/admin/templates/de/code/login_form.ctp
application/admin/templates/de/code/login_main.ctp
application/admin/templates/de/code/register_form.ctp

index dc5dad44b011368ee95f6b648528299c0351aecf..d8421e07a38fea44ca955f5477117dd31504c089 100644 (file)
@@ -51,7 +51,7 @@ if ($helperInstance->ifLoginIsEnabled()) {
 $helperInstance->flushContent();
 
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login', 'index.php?app={?app_short_name?}&amp;page=register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form', 'index.php?app={?app_short_name?}&amp;page=register'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('register_login');
@@ -72,5 +72,5 @@ $helperInstance->flushContent();
 </div>
 
 <div id="content_footer">
-       Noch kein Loginaccount? {?register_login?}
+       Noch kein Loginaccount? {?register_login_form?}
 </div>
index 0075bffe4fdd7a44799d839ca0fe77967f793760..ce1109670b7770d4cecaccad7890d7826e53486f 100644 (file)
@@ -34,7 +34,7 @@ $linkInstance->flushContent();
 // [EOC]
 ?>
 <div id="content_header">
-       Willkommen zum <span class="app_name">{?app_full_name?}</span>!
+       Willkommen zum <span class=\"app_name\">{?app_full_name?}</span>!
 </div>
 
 <div id="content_body">
index 651b2571b82a28e39cfdbdf141fb81b769de78c5..8f907d3f53df25979a38933da44528cbf8faadb8 100644 (file)
@@ -102,7 +102,7 @@ if ($helperInstance->ifFormSecuredWithCaptcha()) {
 $helperInstance->addFormGroup('buttons', "Wenn du alle ben&ouml;tigten Felder korrekt ausgef&uuml;t hast, kannst du die Anmeldung abschliessen.");
 
 $helperInstance->addInputResetButton("Alles nochmal eingeben");
-$helperInstance->addInputSubmitButton("Anmeldung zum {?app_full_name?} abschliessen");
+$helperInstance->addInputSubmitButton("Anmeldung zum <span class=\"app_name\">{?app_full_name?}</span> abschliessen");
 $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den g&uuml;ltigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link &quot;Datenschutz&quot;.");
 $helperInstance->flushContent();