1

Topic: Email alias editing form: Description after radiobutton wraps

Hello,

when editing an email alias, then section "Who can send email to this list" the row "Users under the domain ... and its sub-domains" is wrapped and the text "and its sub-domains" appears below the section headline. (Screenshot is attached in file Selection_110.jpeg)

A quick solution was to change the class of the div of the three top sections from "col2-3 clear" to "col3-4 clear" (file templates/default/mysql/alias/profile.html).



--- profile.html    2011-06-10 10:00:22.000000000 +0200
+++ profile.html.2011.06.10.10.00.00    2011-06-10 10:00:05.000000000 +0200
@@ -55,7 +55,7 @@
             <div id="profile_general">
                 <form id="list_table" method="post" action="{{ctx.homepath}}/profile/alias/{{profile_type}}/{{mail}}">
                     <div class="columns clear">
-                        <div class="col3-4 clear">
+                        <div class="col2-3 clear">
                             {{ display_account_status(profile.active) }}
                             {{ display_input_cn(profile.name) }}



But this works only for domain names with at least 29 characters !

I'm not so familiar with CSS styling, but may be a better solution would be an element enclosing the radiobutton AND the following descriptions. The text would wrap and continue below the radiobutton.

My screen resolution: 1450x1050
My browser: 3.6.17
My current Version: iRedAdmin-Pro-MySQL-1.1.0


Best regards
Martin

Post's attachments

Selection_110.jpeg 45.01 kb, 3 downloads since 2011-06-10 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Email alias editing form: Description after radiobutton wraps

Fixed. Thanks very much for your feedback and patch.

New versions of iRedAdmin-Pro will be available TOMORROW (2011-06-11).