Changeset 1013bad in github
- Timestamp:
- Dec 10, 2010 7:47:14 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 0da9021
- Parents:
- 935d1a2
- File:
-
- 1 edited
-
program/include/rcube_template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_template.php
r1cca4fb r1013bad 1099 1099 1100 1100 $table->add('title', html::label('rcmloginuser', Q(rcube_label('username')))); 1101 $table->add(null, $input_user->show(get_input_value('_user', RCUBE_INPUT_ POST)));1101 $table->add(null, $input_user->show(get_input_value('_user', RCUBE_INPUT_GPC))); 1102 1102 1103 1103 $table->add('title', html::label('rcmloginpwd', Q(rcube_label('password')))); … … 1107 1107 if (is_object($input_host) && !$hide_host) { 1108 1108 $table->add('title', html::label('rcmloginhost', Q(rcube_label('server')))); 1109 $table->add(null, $input_host->show(get_input_value('_host', RCUBE_INPUT_ POST)));1109 $table->add(null, $input_host->show(get_input_value('_host', RCUBE_INPUT_GPC))); 1110 1110 } 1111 1111
Note: See TracChangeset
for help on using the changeset viewer.
