init commit
This commit is contained in:
124
skins/larry/plugins/acl/acl.css
Normal file
124
skins/larry/plugins/acl/acl.css
Normal file
@ -0,0 +1,124 @@
|
||||
#aclcontainer
|
||||
{
|
||||
overflow-x: auto;
|
||||
border: 1px solid #CCDDE4;
|
||||
background-color: #D9ECF4;
|
||||
height: 272px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#acllist-content
|
||||
{
|
||||
position: relative;
|
||||
height: 230px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#acllist-footer
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#acltable
|
||||
{
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#acltable th,
|
||||
#acltable td
|
||||
{
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#acltable thead tr th
|
||||
{
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#acltable tbody td
|
||||
{
|
||||
text-align: center;
|
||||
height: 16px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#acltable thead tr > .user
|
||||
{
|
||||
width: 30%;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
#acltable.advanced thead tr > .user {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#acltable tbody td.user
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#acltable tbody td.partial
|
||||
{
|
||||
background-image: url(images/partial.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#acltable tbody td.enabled
|
||||
{
|
||||
background-image: url(images/enabled.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#acltable tbody tr.selected td.partial
|
||||
{
|
||||
background-color: #019bc6;
|
||||
background-image: url(images/partial.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
background-image: url(images/partial.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
|
||||
background-image: url(images/partial.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
background-image: url(images/partial.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
background-image: url(images/partial.png), linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
}
|
||||
|
||||
#acltable tbody tr.selected td.enabled
|
||||
{
|
||||
background-color: #019bc6;
|
||||
background-image: url(images/enabled.png), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
background-image: url(images/enabled.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
|
||||
background-image: url(images/enabled.png), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
background-image: url(images/enabled.png), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
background-image: url(images/enabled.png), linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
||||
}
|
||||
|
||||
#aclform
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#aclform div
|
||||
{
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#aclform ul
|
||||
{
|
||||
list-style: none;
|
||||
margin: 0.2em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#aclform ul li label
|
||||
{
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
ul.toolbarmenu li span.delete {
|
||||
background-position: 0 -1509px;
|
||||
}
|
1
skins/larry/plugins/acl/acl.min.css
vendored
Normal file
1
skins/larry/plugins/acl/acl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
#aclcontainer{overflow-x:auto;border:1px solid #ccdde4;background-color:#d9ecf4;height:272px;box-shadow:none}#acllist-content{position:relative;height:230px;background-color:#fff}#acllist-footer{position:relative}#acltable{width:100%;border-collapse:collapse;border:0}#acltable th,#acltable td{white-space:nowrap;text-align:center}#acltable thead tr th{font-size:11px;font-weight:700}#acltable tbody td{text-align:center;height:16px;cursor:default}#acltable thead tr>.user{width:30%;border-left:none}#acltable.advanced thead tr>.user{width:25%}#acltable tbody td.user{text-align:left}#acltable tbody td.partial{background-image:url(images/partial.png?v=05d7.389);background-position:center;background-repeat:no-repeat}#acltable tbody td.enabled{background-image:url(images/enabled.png?v=9d9a.674);background-position:center;background-repeat:no-repeat}#acltable tbody tr.selected td.partial{background-color:#019bc6;background-image:url(images/partial.png?v=05d7.389),-moz-linear-gradient(top,#019bc6 0,#017cb4 100%);background-image:url(images/partial.png?v=05d7.389),-webkit-gradient(linear,left top,left bottom,color-stop(0%,#019bc6),color-stop(100%,#017cb4));background-image:url(images/partial.png?v=05d7.389),-o-linear-gradient(top,#019bc6 0,#017cb4 100%);background-image:url(images/partial.png?v=05d7.389),-ms-linear-gradient(top,#019bc6 0%,#017cb4 100%);background-image:url(images/partial.png?v=05d7.389),linear-gradient(top,#019bc6 0%,#017cb4 100%)}#acltable tbody tr.selected td.enabled{background-color:#019bc6;background-image:url(images/enabled.png?v=9d9a.674),-moz-linear-gradient(top,#019bc6 0,#017cb4 100%);background-image:url(images/enabled.png?v=9d9a.674),-webkit-gradient(linear,left top,left bottom,color-stop(0%,#019bc6),color-stop(100%,#017cb4));background-image:url(images/enabled.png?v=9d9a.674),-o-linear-gradient(top,#019bc6 0,#017cb4 100%);background-image:url(images/enabled.png?v=9d9a.674),-ms-linear-gradient(top,#019bc6 0%,#017cb4 100%);background-image:url(images/enabled.png?v=9d9a.674),linear-gradient(top,#019bc6 0%,#017cb4 100%)}#aclform{display:none}#aclform div{padding:0;text-align:center;clear:both}#aclform ul{list-style:none;margin:.2em;padding:0}#aclform ul li label{margin-left:.5em}ul.toolbarmenu li span.delete{background-position:0 -1509px}
|
BIN
skins/larry/plugins/acl/images/enabled.png
Normal file
BIN
skins/larry/plugins/acl/images/enabled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 674 B |
BIN
skins/larry/plugins/acl/images/partial.png
Normal file
BIN
skins/larry/plugins/acl/images/partial.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 389 B |
30
skins/larry/plugins/acl/templates/table.html
Normal file
30
skins/larry/plugins/acl/templates/table.html
Normal file
@ -0,0 +1,30 @@
|
||||
<div id="aclcontainer" class="uibox listbox">
|
||||
<div id="acllist-content" class="scroller withfooter">
|
||||
<h2 class="voice" id="aria-label-acltable"><roundcube:label name="acl.ariasummaryacltable" /></h2>
|
||||
<roundcube:object name="acltable" id="acltable" class="records-table" aria-labelledby="aria-label-acltable" role="listbox" />
|
||||
</div>
|
||||
<div id="acllist-footer" class="boxfooter">
|
||||
<roundcube:button command="acl-create" id="aclcreatelink" type="link" title="acl.newuser" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="aclmenulink" id="aclmenulink" type="link" title="acl.actions" class="listbutton groupactions" onclick="return UI.toggle_popup('aclmenu', event)" innerClass="inner" content="⚙" aria-haspopup="true" aria-expanded="false" aria-owns="aclmenu-menu" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="aclmenu" class="popupmenu" aria-hidden="true" data-align="bottom">
|
||||
<h3 id="aria-label-aclactions" class="voice"><roundcube:label name="acl.arialabelaclactions" /></h3>
|
||||
<ul id="aclmenu-menu" class="toolbarmenu selectable iconized" role="menu" aria-labelledby="aria-label-aclactions">
|
||||
<li role="menuitem"><roundcube:button command="acl-edit" label="edit" type="link" class="icon" classAct="icon active" innerclass="icon edit" /></li>
|
||||
<li role="menuitem"><roundcube:button command="acl-delete" label="delete" type="link" class="icon" classAct="icon active" innerclass="icon delete" /></li>
|
||||
<roundcube:if condition="!in_array('acl_advanced_mode', (array)config:dont_override)" />
|
||||
<li role="menuitem"><roundcube:button name="acl-switch" type="link" id="acl-switch" label="acl.advanced" onclick="rcmail.command('acl-mode-switch');return false" class="active" /></li>
|
||||
<roundcube:endif />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="aclform" class="propform" aria-labelledby="aria-label-aclform" role="form">
|
||||
<h3 id="aria-label-aclform" class="voice"><roundcube:label name="acl.arialabelaclform" /></h3>
|
||||
<fieldset class="thinbordered"><legend><roundcube:label name="acl.identifier" /></legend>
|
||||
<roundcube:object name="acluser" id="acluser" size="35" class="proplist" />
|
||||
</fieldset>
|
||||
<fieldset class="thinbordered"><legend><roundcube:label name="acl.myrights" /></legend>
|
||||
<roundcube:object name="aclrights" class="proplist" />
|
||||
</fieldset>
|
||||
</div>
|
Reference in New Issue
Block a user