Current time: 09-27-2024, 11:45 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WIKI][Erledigt] Installation Roundcube
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #25
RE: [WIKI][Erledigt] Installation Roundcube
Achso ok!
Und erst nach dem Du versucht hast den PW Changer einzubauen geht es nicht mehr ?

Den Part hier beachtet ?
Add after(~line 160)
Code:
$table->add(null, $input_skin->show($config['skin']));
      }
    }

Der Part sollte so aussehen:
Code:
$table->add(null, $input_skin->show($config['skin']));
      }
    }
   $field_id = 'rcmfd_password';
   $input_password = new html_inputfield(array('name' => '_password', 'id' => $field_id, 'size' => 20));

   $table->add('title', html::label($field_id, /*Q(rcube_label('skin'))*/ 'Password'));
   $table->add(null, $input_password->show());
        if ($table->size())
      $out = html::tag('fieldset', null, html::tag('legend', null, Q(rcube_label('uisettings'))) . $table->show($attrib));
    break;

Dann sollte es wieder passen!

Greez BeNe
02-26-2009 09:47 PM
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
RE: [WIKI][Erledigt] Installation Roundcube - BeNe - 02-26-2009 09:47 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)