openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c3a103d37a192b8551675ecb72b2b18665d60907
parent 96b4ca8e37ea4024f8897653c9b6fd544ccaecc4
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 11 Nov 2017 01:03:32 +0100

Die Kennwortänderung ist in der Loginmaske und im Profil. Kann hier entfallen.

Diffstat:
themes/default/templates/login/changepassword.tpl.src.xml | 4----
themes/default/templates/user/memberships.tpl.src.xml | 8++++----
util/include.inc.php | 1+
3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/themes/default/templates/login/changepassword.tpl.src.xml b/themes/default/templates/login/changepassword.tpl.src.xml @@ -1,3 +0,0 @@ -<output xmlns="http://www.openrat.de/template" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"><dummy><form target="_top"><window title="GLOBAL_CHOOSE" name="login" width="400" icon="user" columnclasses="x,y" rowclasses="fx1,fx2"><row><column class="logo" colspan="2"><logo name="changepassword"></logo></column><row><column width="50%"><text text="USER_PASSWORD"></text></column><column width="50%"><password name="password_old" default="" size="25"></password></column></row><row><column width="50%"><text text="USER_NEW_PASSWORD"></text></column><column width="50%"><password name="password_new_1" default="" size="25"></password></column></row><row><column width="50%"><text text="USER_NEW_PASSWORD_REPEAT"></text></column><column width="50%"><password name="password_new_2" default="" size="25"></password></column></row><row><column colspan="2" class="act"><button type="ok"></button></column></row></row></window></form><focus field="password_old"></focus></dummy></output>- \ No newline at end of file diff --git a/themes/default/templates/user/memberships.tpl.src.xml b/themes/default/templates/user/memberships.tpl.src.xml @@ -22,9 +22,9 @@ </list> <row> <column colspan="2" class="act"> - <button type="ok"></button> - </column> + <button type="ok"></button> + </column> </row> </table> </form> -</output>- \ No newline at end of file +</output> + \ No newline at end of file diff --git a/util/include.inc.php b/util/include.inc.php @@ -18,6 +18,7 @@ require_once( OR_SERVICECLASSES_DIR."exception/OpenRatException.class.".PHP_EXT require_once( OR_SERVICECLASSES_DIR."exception/SecurityException.class.".PHP_EXT ); + //if ( !empty($REQ[REQ_PARAM_ACTION]) && in_array($REQ[REQ_PARAM_ACTION],array('tree')) ) { require_once( OR_SERVICECLASSES_DIR."TreeElement.class.".PHP_EXT );