Projects
Kolab:Winterfell
roundcubemail
0006-Fix-duplicated-labels-in-Test-SMTP-Config-...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0006-Fix-duplicated-labels-in-Test-SMTP-Config-section-61.patch of Package roundcubemail (Revision 94)
Currently displaying revision
94
,
Show latest
From 2240d43985c634db022d7d381b55fb9bb3a53f3d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 11 Feb 2018 18:05:26 +0100 Subject: [PATCH 06/12] Fix duplicated labels in Test SMTP Config section (#6166) --- CHANGELOG | 1 + installer/test.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c04208d56..bdd920d42 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ CHANGELOG Roundcube Webmail - Managesieve: Fix bug where text: syntax was forced for strings longer than 1024 characters (#6143) - Managesieve: Fix missing Save button in Edit Filter Set page of Classic skin (#6154) +- Fix duplicated labels in Test SMTP Config section (#6166) RELEASE 1.3.4 ------------- diff --git a/installer/test.php b/installer/test.php index f3f36c85e..735e1f2c0 100644 --- a/installer/test.php +++ b/installer/test.php @@ -268,11 +268,11 @@ if ($pass == '%p') { <td><?php echo $RCI->getprop('smtp_port'); ?></td> </tr> <tr> - <td><label for="smtp_user">Sender</label></td> + <td><label for="smtp_user">Username</label></td> <td><?php echo $user; ?></td> </tr> <tr> - <td><label for="smtp_pass">Recipient</label></td> + <td><label for="smtp_pass">Password</label></td> <td><?php echo $pass; ?></td> </tr> </tbody> -- 2.14.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.