diff options
author | thomascube <thomas@roundcube.net> | 2007-03-28 08:23:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-28 08:23:42 +0000 |
commit | 0c219c78692561ce53108dc1800061f8b783898a (patch) | |
tree | 15a0a7fbfc45f36063e89406a4ff1474f878e101 /skins/default/templates/editcontact.html | |
parent | aad6e2a9c4857715c8bd56693d21b87dd0c16263 (diff) |
Draw box around login form; created common boxtitle CSS class
Diffstat (limited to 'skins/default/templates/editcontact.html')
-rw-r--r-- | skins/default/templates/editcontact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/editcontact.html b/skins/default/templates/editcontact.html index 34f14e102..bff81df0f 100644 --- a/skins/default/templates/editcontact.html +++ b/skins/default/templates/editcontact.html @@ -7,7 +7,7 @@ </head> <body class="iframe"> -<div id="contact-title"><roundcube:label name="editcontact" /></div> +<div id="contact-title" class="boxtitle"><roundcube:label name="editcontact" /></div> <div id="contact-details"> <roundcube:object name="contacteditform" size="40" /> |