cfoe
2012-09-04 5c80fff2ca165e98b9a7bf5c865ef5de0e4a8cd0
interface/web/admin/login_as.php
@@ -65,6 +65,7 @@
/*
 * Now generate the login-Form
 * TODO: move the login_as form to a template file -> themeability
 */
echo '
   <br /> <br />   <br /> <br />
@@ -77,8 +78,8 @@
   <input type="hidden" name="s_mod" value="login" />
   <input type="hidden" name="s_pg" value="index" />
    <div class="wf_actions buttons">
      <button class="positive iconstxt icoPositive" type="button" value="Yes, login as Client" onClick="submitLoginForm(' . "'pageForm'" . ');"><span>Yes, login as Client</span></button>
      <button class="negative iconstxt icoNegative" type="button" value="No, back to list" onClick="loadContent('. "'$backlink'" . ');"><span>No, back to list</span></button>
      <button class="positive iconstxt icoPositive" type="button" value="Yes, login as Client" onclick="submitLoginForm(' . "'pageForm'" . ');"><span>Yes, login as Client</span></button>
      <button class="negative iconstxt icoNegative" type="button" value="No, back to list" onclick="loadContent('. "'$backlink'" . ');"><span>No, back to list</span></button>
    </div>
';
?>