Bhavesh Goyal has proposed merging
lp:~bhavesh-goyal093/postorius/postorius-list_nav-fix into lp:postorius.
Requested reviews:
Mailman Coders (mailman-coders)
For more details, see:
https://code.launchpad.net/~bhavesh-goyal093/postorius/postorius-list_nav-fix/+merge/252064
Fixed Postorius Bug #1428966 which caused member options page to show up
unwanted piece of info in list_nav. The fix has been made by adding an empty
space to the nav address instead of a null string which caused the bug to arise.
Now the postorius UI is updated and looks better overall.
--
Your team Mailman Coders is requested to review the proposed merge of
lp:~bhavesh-goyal093/postorius/postorius-list_nav-fix into lp:postorius.
=== modified file 'src/postorius/static/postorius/css/style.css'
--- src/postorius/static/postorius/css/style.css 2015-02-06 15:50:56 +0000
+++ src/postorius/static/postorius/css/style.css 2015-03-06 07:22:15 +0000
@@ -212,6 +212,9 @@
}
/* auto-generated forms made a bit cleaner */
+.well {
+ width: 100%;
+}
.well label {
display: inline;
}
=== modified file 'src/postorius/templates/postorius/lists/memberoptions.html'
--- src/postorius/templates/postorius/lists/memberoptions.html 2015-01-09 14:40:06 +0000
+++ src/postorius/templates/postorius/lists/memberoptions.html 2015-03-06 07:22:15 +0000
@@ -4,7 +4,7 @@
{% load nav_helpers %}
{% block main %}
- {% list_nav '' '' %}
+ {% list_nav '' ' ' %}
{% if not user.is_superuser or not user.is_list_owner %}
<div class="mm_subHeader" >
=== modified file 'src/postorius/templates/postorius/user_subscription_preferences.html'
--- src/postorius/templates/postorius/user_subscription_preferences.html 2015-01-09 16:07:56 +0000
+++ src/postorius/templates/postorius/user_subscription_preferences.html 2015-03-06 07:22:15 +0000
@@ -37,10 +37,10 @@
<td style="width:10%">{{subscription.list_id}}</td>
<td style="width:14%">{{form.delivery_status}}</td>
<td style="width:20%">{{form.delivery_mode}}</td>
- <td style="width:14%">{{form.receive_own_postings}}</td>
- <td style="width:14%">{{form.acknowledge_posts}}</td>
- <td style="width:14%">{{form.hide_address}}</td>
- <td style="width:14%">{{form.receive_list_copy}}</td>
+ <td style="width:14%"><ul><li>{{form.receive_own_postings}}</li></ul></td>
+ <td style="width:14%"><ul><li>{{form.acknowledge_posts}}</li></ul></td>
+ <td style="width:14%"><ul><li>{{form.hide_address}}</li></ul></td>
+ <td style="width:14%"><ul><li>{{form.receive_list_copy}}</li></ul></td>
</tr>
{% endfor %}
</table>
_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders