more abook_edit and some css
This commit is contained in:
parent
b897fd8315
commit
2bdf63d069
@ -939,6 +939,8 @@ function notify_popup_loader(notifyType) {
|
|||||||
window.location.href=window.location.href;
|
window.location.href=window.location.href;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(data);
|
||||||
|
|
||||||
if(data.notify.length == 0){
|
if(data.notify.length == 0){
|
||||||
$("#nav-" + notifyType + "-menu").html(aStr[nothingnew]);
|
$("#nav-" + notifyType + "-menu").html(aStr[nothingnew]);
|
||||||
} else {
|
} else {
|
||||||
|
@ -795,6 +795,8 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
|
|||||||
.contactname {
|
.contactname {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: block;
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-notification,
|
.dropdown-notification,
|
||||||
|
@ -24,13 +24,15 @@
|
|||||||
{{if $abook_prev || $abook_next}}
|
{{if $abook_prev || $abook_next}}
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a href="connedit/{{$abook_prev}}{{if $section}}?f=§ion={{$section}}{{/if}}" class="btn btn-outline-secondary btn-sm{{if ! $abook_prev}} disabled{{/if}}" ><i class="fa fa-backward"></i></a>
|
<a href="connedit/{{$abook_prev}}{{if $section}}?f=§ion={{$section}}{{/if}}" class="btn btn-outline-secondary btn-sm{{if ! $abook_prev}} disabled{{/if}}" ><i class="fa fa-backward"></i></a>
|
||||||
<button class="btn btn-outline-secondary btn-sm{{if $is_pending}} disabled{{/if}}" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-bars"></i></button>
|
<div class="btn-group" >
|
||||||
<a href="connedit/{{$abook_next}}{{if $section}}?f=§ion={{$section}}{{/if}}" class="btn btn-outline-secondary btn-sm{{if ! $abook_next}} disabled{{/if}}" ><i class="fa fa-forward"></i></a>
|
<button class="btn btn-outline-secondary btn-sm{{if $is_pending}} disabled{{/if}}" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-bars"></i></button>
|
||||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dLabel">
|
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dLabel">
|
||||||
{{foreach $sections as $s}}
|
{{foreach $sections as $s}}
|
||||||
<a class="dropdown-item" href="{{$s.url}}" title="{{$s.title}}">{{$s.label}}</a>
|
<a class="dropdown-item" href="{{$s.url}}" title="{{$s.title}}">{{$s.label}}</a>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="connedit/{{$abook_next}}{{if $section}}?f=§ion={{$section}}{{/if}}" class="btn btn-outline-secondary btn-sm{{if ! $abook_next}} disabled{{/if}}" ><i class="fa fa-forward"></i></a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user