Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-11-26 22:03:01 +01:00
commit 66c4c6748f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 1 additions and 3 deletions

View file

@ -539,7 +539,6 @@ li {
font-size: 1em; font-size: 1em;
border-right: 1px solid #cccfd3; border-right: 1px solid #cccfd3;
position: relative; position: relative;
z-index: 1;
float: left; float: left;
width: 200px; width: 200px;
padding: 0; padding: 0;
@ -2142,7 +2141,6 @@ li .pagnation li span,
text-align: center; text-align: center;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
color: #000000; color: #000000;
opacity: 0.95;
width: 200px; width: 200px;
} }

View file

@ -41,7 +41,7 @@
<dt style="width: 20%"><label for="role{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}">{L_ROLE}{L_COLON}</label></dt> <dt style="width: 20%"><label for="role{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}">{L_ROLE}{L_COLON}</label></dt>
{% if p_mask.f_mask.role_options %} {% if p_mask.f_mask.role_options %}
<dd style="margin-{S_CONTENT_FLOW_BEGIN}{L_COLON} 20%"> <dd style="margin-{S_CONTENT_FLOW_BEGIN}{L_COLON} 20%">
<div class="dropdown-container dropdown-button-control roles-options" data-alt-text="{LA_ROLE_DESCRIPTION}"> <div class="dropdown-container dropdown-right dropdown-button-control roles-options" data-alt-text="{LA_ROLE_DESCRIPTION}">
<select id="role{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}" name="role[{p_mask.f_mask.UG_ID}][{p_mask.f_mask.FORUM_ID}]">{p_mask.f_mask.S_ROLE_OPTIONS}</select> <select id="role{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}" name="role[{p_mask.f_mask.UG_ID}][{p_mask.f_mask.FORUM_ID}]">{p_mask.f_mask.S_ROLE_OPTIONS}</select>
<span title="Roles" class="button icon-button tools-icon dropdown-trigger dropdown-select">{L_NO_ROLE_ASSIGNED}</span> <span title="Roles" class="button icon-button tools-icon dropdown-trigger dropdown-select">{L_NO_ROLE_ASSIGNED}</span>
<div class="dropdown hidden"> <div class="dropdown hidden">