From 59405f774c07114dfb418f2a708a50f08173b785 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 18 Jul 2006 21:24:12 +0000 Subject: Added label tags to forms (Ticket #1483810) git-svn-id: https://svn.roundcube.net/trunk@276 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/CHANGELOG | 5 +++-- roundcubemail/program/include/main.inc | 14 ++++++------ roundcubemail/program/steps/mail/compose.inc | 7 +++++- roundcubemail/skins/default/templates/compose.html | 26 +++++++++++----------- 4 files changed, 29 insertions(+), 23 deletions(-) diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index 18349ad11..6ead1dc24 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -1,16 +1,17 @@ CHANGELOG RoundCube Webmail --------------------------- -2006/07/18 +2006/07/18 (thomasb) ---------- - Fixed password with spaces issue (Bug #1364122) - Replaced _auth hash with second cookie (Ticket #1483811) - Don't use get_input_value() for passwords (Bug #1468895) - Made password encryption key configurable - Minor bugfixes with charset encoding +- Added