]> git.mxchange.org Git - admin.git/commitdiff
Some HTML fixes in templates
authorRoland Häder <roland@mxchange.org>
Sun, 7 Dec 2008 16:20:27 +0000 (16:20 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 7 Dec 2008 16:20:27 +0000 (16:20 +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 3931b126f518529be53ebf4ca15c8a4ef2566e05..dc5dad44b011368ee95f6b648528299c0351aecf 100644 (file)
@@ -40,7 +40,7 @@ if ($helperInstance->ifLoginIsEnabled()) {
        // Submit buttons
        $helperInstance->addFormGroup('buttons_user', "Alles richtig eingegeben?");
        $helperInstance->addInputResetButton("Formular leeren");
-       $helperInstance->addInputSubmitButton("Zum <span class=\"app_name\">{?app_full_name?}</span> einloggen");
+       $helperInstance->addInputSubmitButton("Zum {?app_full_name?} einloggen");
 } else {
        // Formular deaktiviert
        $helperInstance->addFormNote('form_deactivated', "Einloggen in den <span class=\"app_name\">{?app_full_name?}</span> ist deaktiviert worden. Bitte komme sp&auml;ter noch mal wieder.");
@@ -51,7 +51,7 @@ if ($helperInstance->ifLoginIsEnabled()) {
 $helperInstance->flushContent();
 
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form', 'index.php?app={?app_short_name?}&amp;page=register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login', '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_form?}
+       Noch kein Loginaccount? {?register_login?}
 </div>
index ce1109670b7770d4cecaccad7890d7826e53486f..0075bffe4fdd7a44799d839ca0fe77967f793760 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 8f907d3f53df25979a38933da44528cbf8faadb8..651b2571b82a28e39cfdbdf141fb81b769de78c5 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 <span class=\"app_name\">{?app_full_name?}</span> abschliessen");
+$helperInstance->addInputSubmitButton("Anmeldung zum {?app_full_name?} 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();