fix some floats

This commit is contained in:
Mike Macgirvin 2023-01-28 10:02:51 +11:00
parent 7c50f48b61
commit 789947511d
85 changed files with 142 additions and 142 deletions

View file

@ -59,7 +59,7 @@ class Activity implements WidgetInterface
$o .= '<h3>' . t('Activity', 'widget') . '</h3><ul class="nav nav-pills flex-column">'; $o .= '<h3>' . t('Activity', 'widget') . '</h3><ul class="nav nav-pills flex-column">';
foreach ($tmpArray as $value) { foreach ($tmpArray as $value) {
$o .= '<li class="nav-item"><a class="nav-link" href="stream?f=&xchan=' . urlencode($value['author_xchan']) . '" ><span class="badge badge-secondary float-right">' . ((intval($value['total'])) ? intval($value['total']) : '') . '</span><img src="' . $value['author']['xchan_photo_s'] . '" class="menu-img-1" /> ' . $value['author']['xchan_name'] . '</a></li>'; $o .= '<li class="nav-item"><a class="nav-link" href="stream?f=&xchan=' . urlencode($value['author_xchan']) . '" ><span class="badge badge-secondary float-end">' . ((intval($value['total'])) ? intval($value['total']) : '') . '</span><img src="' . $value['author']['xchan_photo_s'] . '" class="menu-img-1" /> ' . $value['author']['xchan_name'] . '</a></li>';
} }
$o .= '</ul></div>'; $o .= '</ul></div>';
} }

View file

@ -128,7 +128,7 @@ class Groups implements WidgetInterface
} }
$output .= '<li class="nav-item"><a class="nav-link" href="' . $link . '" ><span class="badge badge-secondary float-right">' . ((intval($rr['unseen'])) ? intval($rr['unseen']) : '') . '</span><img class ="menu-img-1" src="' . $rr['xchan_photo_s'] . '" /> ' . $rr['xchan_name'] . '</a></li>'; $output .= '<li class="nav-item"><a class="nav-link" href="' . $link . '" ><span class="badge badge-secondary float-end">' . ((intval($rr['unseen'])) ? intval($rr['unseen']) : '') . '</span><img class ="menu-img-1" src="' . $rr['xchan_photo_s'] . '" /> ' . $rr['xchan_name'] . '</a></li>';
} }
$output .= '</ul></div>'; $output .= '</ul></div>';
} }

View file

@ -3560,7 +3560,7 @@ table.hover tr:nth-of-type(even):hover {
.float-left { .float-left {
float: left !important; } float: left !important; }
.float-right { .float-end {
float: right !important; } float: right !important; }
.float-center { .float-center {

File diff suppressed because one or more lines are too long

View file

@ -175,7 +175,7 @@ function getPageName( file ) {
function getTitle() { function getTitle() {
var html = "<h2><a href=\"http://labs.rampinteractive.co.uk/touchSwipe/\">TouchSwipe</a> Demo</h2>"; var html = "<h2><a href=\"http://labs.rampinteractive.co.uk/touchSwipe/\">TouchSwipe</a> Demo</h2>";
html += "<h3>to be viewed on touch based devices</h3>"; html += "<h3>to be viewed on touch based devices</h3>";
html += "<h1>"+getPageName()+"<span class='navigation_menu pull-right'></span></h1>"; html += "<h1>"+getPageName()+"<span class='navigation_menu float-end'></span></h1>";
return html; return html;
} }
@ -188,11 +188,11 @@ function getNavigation() {
var html ="<div class='pagination'>"; var html ="<div class='pagination'>";
if(index>0) { if(index>0) {
html += "<a class='pull-left btn' href='"+fileList[index-1]+"'><< "+getPageName(fileList[index-1])+"</a>"; html += "<a class='float-start btn' href='"+fileList[index-1]+"'><< "+getPageName(fileList[index-1])+"</a>";
} }
if(index<fileList.length-1) { if(index<fileList.length-1) {
html += "<a class='pull-right btn' href='"+fileList[index+1]+"'>"+getPageName(fileList[index+1])+" >></a>"; html += "<a class='float-end btn' href='"+fileList[index+1]+"'>"+getPageName(fileList[index+1])+" >></a>";
} }
html += "</div><div class='clear'></div>" html += "</div><div class='clear'></div>"

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
{{if $notself}} {{if $notself}}
<div class="pull-right"> <div class="float-end">
<div class="btn-group"> <div class="btn-group">
<button id="connection-dropdown" class="btn btn-outline-secondary btn-sm dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <button id="connection-dropdown" class="btn btn-outline-secondary btn-sm dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-cog"></i>&nbsp;{{$tools_label}} <i class="fa fa-cog"></i>&nbsp;{{$tools_label}}
@ -208,7 +208,7 @@
</div> </div>
{{if $permcat_enable}} {{if $permcat_enable}}
<a href="settings/permcats" class="pull-right"><i class="fa fa-plus"></i>&nbsp;{{$permcat_new}}</a> <a href="settings/permcats" class="float-end"><i class="fa fa-plus"></i>&nbsp;{{$permcat_new}}</a>
{{include file="field_select.tpl" field=$permcat}} {{include file="field_select.tpl" field=$permcat}}
{{/if}} {{/if}}

View file

@ -8,7 +8,7 @@
{{$title}} {{$title}}
</div> </div>
{{if ! $reset}} {{if ! $reset}}
<i id="{{$content_id}}-chevron" class="fa fa-fw fa-chevron-down fakelink pull-right" onclick="openClose('{{$content_id}}'); if ($('#{{$content_id}}').is(':visible')) { <i id="{{$content_id}}-chevron" class="fa fa-fw fa-chevron-down fakelink float-end" onclick="openClose('{{$content_id}}'); if ($('#{{$content_id}}').is(':visible')) {
$('#{{$content_id}}-chevron').removeClass('fa-chevron-down').addClass('fa-chevron-up'); $('#{{$content_id}}-chevron').removeClass('fa-chevron-down').addClass('fa-chevron-up');
} else { } else {
$('#{{$content_id}}-chevron').removeClass('fa-chevron-up').addClass('fa-chevron-down'); $('#{{$content_id}}-chevron').removeClass('fa-chevron-up').addClass('fa-chevron-down');

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
{{if $allowManageRepos}} {{if $allowManageRepos}}
<div class="pull-right"> <div class="float-end">
<button class="btn btn-success btn-sm" onclick="openClose('form');">{{$managerepos}}</button> <button class="btn btn-success btn-sm" onclick="openClose('form');">{{$managerepos}}</button>
</div> </div>
{{/if}} {{/if}}
@ -20,13 +20,13 @@
{{foreach $addonrepos as $repo}} {{foreach $addonrepos as $repo}}
<tr> <tr>
<td style="width: 70%;"> <td style="width: 70%;">
<span class="pull-left">{{$repo.name}}</span><span id="update-message-{{$repo.name}}" style="margin-left: 20px;"></span> <span class="float-start">{{$repo.name}}</span><span id="update-message-{{$repo.name}}" style="margin-left: 20px;"></span>
</td> </td>
<td style="width: 15%;"> <td style="width: 15%;">
<button class="btn btn-sm btn-primary pull-right" style="margin-left: 10px; margin-right: 10px;" onclick="updateAddonRepo('{{$repo.name}}'); return false;"><i class='fa fa-download'></i>&nbsp;{{$repoUpdateButton}}</button> <button class="btn btn-sm btn-primary float-end" style="margin-left: 10px; margin-right: 10px;" onclick="updateAddonRepo('{{$repo.name}}'); return false;"><i class='fa fa-download'></i>&nbsp;{{$repoUpdateButton}}</button>
</td> </td>
<td style="width: 15%;"> <td style="width: 15%;">
<button class="btn btn-sm btn-danger pull-right" style="margin-left: 10px; margin-right: 0px;" onclick="removeAddonRepo('{{$repo.name}}'); return false;"><i class='fa fa-trash-o'></i>&nbsp;{{$repoRemoveButton}}</button> <button class="btn btn-sm btn-danger float-end" style="margin-left: 10px; margin-right: 0px;" onclick="removeAddonRepo('{{$repo.name}}'); return false;"><i class='fa fa-trash-o'></i>&nbsp;{{$repoRemoveButton}}</button>
</td> </td>
<div class="clear"></div> <div class="clear"></div>
</td></tr> </td></tr>

View file

@ -3,7 +3,7 @@
<p class="descriptive-text">{{$desc}}</p> <p class="descriptive-text">{{$desc}}</p>
{{include file="field_input.tpl" field=$repoURL}} {{include file="field_input.tpl" field=$repoURL}}
{{include file="field_input.tpl" field=$repoName}} {{include file="field_input.tpl" field=$repoName}}
<div class="btn-group pull-right"> <div class="btn-group float-end">
<button id="add-plugin-repo-submit" class="btn btn-primary" type="submit" name="submit" onclick="adminPluginsAddRepo(); return false;">{{$submit}}</button> <button id="add-plugin-repo-submit" class="btn btn-primary" type="submit" name="submit" onclick="adminPluginsAddRepo(); return false;">{{$submit}}</button>
</div> </div>
</form> </form>

View file

@ -1,5 +1,5 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"><a title="{{$new}}" class="btn btn-primary btn-sm pull-right" href="admin/profs/new"><i class="fa fa-plus-circle"></i>&nbsp;{{$new}}</a><h2>{{$title}}</h2> <div class="section-title-wrapper"><a title="{{$new}}" class="btn btn-primary btn-sm float-end" href="admin/profs/new"><i class="fa fa-plus-circle"></i>&nbsp;{{$new}}</a><h2>{{$title}}</h2>
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View file

@ -12,8 +12,8 @@
</datalist> </datalist>
</div> </div>
<div class="form-group"> <div class="form-group">
<button id="photo-album-edit-submit" type="submit" name="submit" class="btn btn-primary btn-sm pull-right" />{{$submit}}</button> <button id="photo-album-edit-submit" type="submit" name="submit" class="btn btn-primary btn-sm float-end" />{{$submit}}</button>
<button id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit}}" class="btn btn-danger btn-sm pull-left" onclick="return confirmDelete();" />{{$dropsubmit}}</button> <button id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit}}" class="btn btn-danger btn-sm float-start" onclick="return confirmDelete();" />{{$dropsubmit}}</button>
</div> </div>
</form> </form>
<div id="photo-album-edit-end" class="clear"></div> <div id="photo-album-edit-end" class="clear"></div>

View file

@ -33,7 +33,7 @@
{{include file="field_textarea.tpl" field=$embed}} {{include file="field_textarea.tpl" field=$embed}}
{{/if}} {{/if}}
<button class="btn btn-primary float-right" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button> <button class="btn btn-primary float-end" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button>
</form> </form>
</div> </div>

View file

@ -24,7 +24,7 @@
<i class="fa fa-link jot-icons"></i> <i class="fa fa-link jot-icons"></i>
</button> </button>
</div> </div>
<div id="attach-edit-perms" class="btn-group pull-right"> <div id="attach-edit-perms" class="btn-group float-end">
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" type="button"> <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" type="button">
<i id="jot-perms-icon" class="fa fa-{{$lockstate}} jot-icons"></i> <i id="jot-perms-icon" class="fa fa-{{$lockstate}} jot-icons"></i>
</button> </button>

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
{{if $editor}} {{if $editor}}
<div class="pull-right"> <div class="float-end">
<button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('block-editor');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</button> <button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('block-editor');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</button>
</div> </div>
{{/if}} {{/if}}

View file

@ -165,13 +165,13 @@ $(document).ready(function() {
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<button type="button" class="btn btn-success btn-sm float-right" onclick="openClose('create_form')"><i class="fa fa-plus-circle"></i> {{$add_card}}</button> <button type="button" class="btn btn-success btn-sm float-end" onclick="openClose('create_form')"><i class="fa fa-plus-circle"></i> {{$add_card}}</button>
<h2>{{$displayname}}</h2> <h2>{{$displayname}}</h2>
</div> </div>
<div id="create_form" class="section-content-tools-wrapper"> <div id="create_form" class="section-content-tools-wrapper">
<form id="card_form_new" method="post" action=""> <form id="card_form_new" method="post" action="">
<input type="hidden" name="target" value="{{$id}}"> <input type="hidden" name="target" value="{{$id}}">
<div class="dropdown pull-right"> <div class="dropdown float-end">
<button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button> <button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button>
<div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item add-vcard-org add-field" style="display: none" href="#" data-add="vcard-org" data-id="new">{{$org_label}}</a> <a class="dropdown-item add-vcard-org add-field" style="display: none" href="#" data-add="vcard-org" data-id="new">{{$org_label}}</a>
@ -261,7 +261,7 @@ $(document).ready(function() {
</div> </div>
</div> </div>
<button type="submit" name="create" value="create_card" class="btn btn-primary btn-sm pull-right">{{$create}}</button> <button type="submit" name="create" value="create_card" class="btn btn-primary btn-sm float-end">{{$create}}</button>
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="openClose('create_form')">{{$cancel}}</button> <button type="button" class="btn btn-outline-secondary btn-sm" onclick="openClose('create_form')">{{$cancel}}</button>
<div class="clear"></div> <div class="clear"></div>
</form> </form>
@ -273,7 +273,7 @@ $(document).ready(function() {
<input type="hidden" name="uri" value="{{$card.uri}}"> <input type="hidden" name="uri" value="{{$card.uri}}">
<div class="section-content-wrapper-np"> <div class="section-content-wrapper-np">
<div id="vcard-cancel-{{$card.id}}" class="vcard-cancel vcard-cancel-btn" data-id="{{$card.id}}" data-action="cancel"><i class="fa fa-close"></i></div> <div id="vcard-cancel-{{$card.id}}" class="vcard-cancel vcard-cancel-btn" data-id="{{$card.id}}" data-action="cancel"><i class="fa fa-close"></i></div>
<div id="vcard-add-field-{{$card.id}}" class="dropdown pull-right vcard-add-field"> <div id="vcard-add-field-{{$card.id}}" class="dropdown float-end vcard-add-field">
<button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button> <button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button>
<div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item add-vcard-org add-field"{{if $card.org}} style="display: none"{{/if}} href="#" data-add="vcard-org" data-id="{{$card.id}}">{{$org_label}}</a> <a class="dropdown-item add-vcard-org add-field"{{if $card.org}} style="display: none"{{/if}} href="#" data-add="vcard-org" data-id="{{$card.id}}">{{$org_label}}</a>
@ -452,7 +452,7 @@ $(document).ready(function() {
</div> </div>
<button type="submit" name="update" value="update_card" class="btn btn-primary btn-sm pull-right">{{$update}}</button> <button type="submit" name="update" value="update_card" class="btn btn-primary btn-sm float-end">{{$update}}</button>
<button type="submit" name="delete" value="delete_card" class="btn btn-danger btn-sm">{{$delete}}</button> <button type="submit" name="delete" value="delete_card" class="btn btn-danger btn-sm">{{$delete}}</button>
<button type="button" class="btn btn-outline-secondary btn-sm vcard-cancel-btn" data-id="{{$card.id}}" data-action="cancel">{{$cancel}}</button> <button type="button" class="btn btn-outline-secondary btn-sm vcard-cancel-btn" data-id="{{$card.id}}" data-action="cancel">{{$cancel}}</button>
<div class="clear"></div> <div class="clear"></div>

View file

@ -91,7 +91,7 @@ $(document).ready(function() {
if(event.extendedProps.plink) { if(event.extendedProps.plink) {
if(! $('#l2s').length) if(! $('#l2s').length)
$('#id_title_wrapper').prepend('<span id="l2s" class="float-right"></span>'); $('#id_title_wrapper').prepend('<span id="l2s" class="float-end"></span>');
$('#l2s').html('<a href="' + event.extendedProps.plink[0] + '" target="_blank"><i class="fa fa-external-link"></i> ' + event.extendedProps.plink[1] + '</a>'); $('#l2s').html('<a href="' + event.extendedProps.plink[0] + '" target="_blank"><i class="fa fa-external-link"></i> ' + event.extendedProps.plink[1] + '</a>');
} }
@ -320,7 +320,7 @@ $(document).ready(function() {
if(resource !== null) { if(resource !== null) {
$('.section-content-tools-wrapper, #event_form_wrapper').show(); $('.section-content-tools-wrapper, #event_form_wrapper').show();
$('#id_title_wrapper').prepend('<span id="l2s" class="float-right"></span>'); $('#id_title_wrapper').prepend('<span id="l2s" class="float-end"></span>');
$('#l2s').html('<a href="' + resource.plink[0] + '" target="_blank"><i class="fa fa-external-link"></i> ' + resource.plink[1] + '</a>'); $('#l2s').html('<a href="' + resource.plink[0] + '" target="_blank"><i class="fa fa-external-link"></i> ' + resource.plink[1] + '</a>');
event_id = resource.id; event_id = resource.id;
@ -519,7 +519,7 @@ function exportDate() {
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="float-right"> <div class="float-end">
<div class="dropdown"> <div class="dropdown">
<button id="view_selector" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown"></button> <button id="view_selector" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown"></button>
<div class="dropdown-menu"> <div class="dropdown-menu">
@ -582,7 +582,7 @@ function exportDate() {
{{include file="field_textarea.tpl" field=$location}} {{include file="field_textarea.tpl" field=$location}}
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="pull-right"> <div class="float-end">
<button id="event_more" type="button" class="btn btn-outline-secondary btn-sm"><i class="fa fa-caret-down"></i> {{$more}}</button> <button id="event_more" type="button" class="btn btn-outline-secondary btn-sm"><i class="fa fa-caret-down"></i> {{$more}}</button>
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm d-none" type="button" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button> <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm d-none" type="button" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button>
<button id="event_submit" type="button" value="" class="btn btn-primary btn-sm"></button> <button id="event_submit" type="button" value="" class="btn btn-primary btn-sm"></button>

View file

@ -4,7 +4,7 @@
<div id="addressbook-{{$addressbook.id}}" class="ml-3"> <div id="addressbook-{{$addressbook.id}}" class="ml-3">
<div class="form-group"> <div class="form-group">
<i class="fa fa-user generic-icons"></i><a href="/cdav/addressbook/{{$addressbook.id}}">{{$addressbook.displayname}}</a> <i class="fa fa-user generic-icons"></i><a href="/cdav/addressbook/{{$addressbook.id}}">{{$addressbook.displayname}}</a>
<div class="float-right"> <div class="float-end">
<i id="edit-icon" class="fa fa-pencil fakelink generic-icons" onclick="openClose('edit-addressbook-{{$addressbook.id}}')"></i> <i id="edit-icon" class="fa fa-pencil fakelink generic-icons" onclick="openClose('edit-addressbook-{{$addressbook.id}}')"></i>
<a href="/cdav/addressbooks/{{$addressbook.ownernick}}/{{$addressbook.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a> <a href="/cdav/addressbooks/{{$addressbook.ownernick}}/{{$addressbook.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a>
<a href="#" onclick="dropItem('/cdav/addressbook/drop/{{$addressbook.id}}', '#addressbook-{{$addressbook.id}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a> <a href="#" onclick="dropItem('/cdav/addressbook/drop/{{$addressbook.id}}', '#addressbook-{{$addressbook.id}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a>

View file

@ -4,7 +4,7 @@
<div id="calendar-{{$calendar.calendarid}}"> <div id="calendar-{{$calendar.calendarid}}">
<div class="ml-3{{if !$calendar@last}} form-group{{/if}}"> <div class="ml-3{{if !$calendar@last}} form-group{{/if}}">
<i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}fa-calendar-check-o{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}} <i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}fa-calendar-check-o{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}}
<div class="float-right"> <div class="float-end">
<a href="#" onclick="exportDate(); return false;"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons-right"></i></a> <a href="#" onclick="exportDate(); return false;"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons-right"></i></a>
</div> </div>
</div> </div>
@ -19,7 +19,7 @@
<div id="calendar-{{$calendar.calendarid}}"> <div id="calendar-{{$calendar.calendarid}}">
<div class="ml-3{{if !$calendar@last}} form-group{{/if}}"> <div class="ml-3{{if !$calendar@last}} form-group{{/if}}">
<i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}fa-calendar-check-o{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}} <i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}fa-calendar-check-o{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}}
<div class="float-right"> <div class="float-end">
<i id="edit-icon" class="fa fa-pencil fakelink generic-icons" onclick="openClose('edit-calendar-{{$calendar.calendarid}}')"></i> <i id="edit-icon" class="fa fa-pencil fakelink generic-icons" onclick="openClose('edit-calendar-{{$calendar.calendarid}}')"></i>
<a href="/cdav/calendars/{{$calendar.ownernick}}/{{$calendar.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a> <a href="/cdav/calendars/{{$calendar.ownernick}}/{{$calendar.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a>
<i id="share-icon" class="fa fa-share-alt fakelink generic-icons" onclick="openClose('share-calendar-{{$calendar.calendarid}}')"></i> <i id="share-icon" class="fa fa-share-alt fakelink generic-icons" onclick="openClose('share-calendar-{{$calendar.calendarid}}')"></i>
@ -30,7 +30,7 @@
{{foreach $calendar.sharees as $sharee}} {{foreach $calendar.sharees as $sharee}}
<div id="sharee-{{$calendar.calendarid}}-{{$sharee@iteration}}" class="form-group"> <div id="sharee-{{$calendar.calendarid}}-{{$sharee@iteration}}" class="form-group">
<i class="fa fa-share generic-icons"></i>{{$sharee.name}}&nbsp;{{$sharee.access}} <i class="fa fa-share generic-icons"></i>{{$sharee.name}}&nbsp;{{$sharee.access}}
<div class="pull-right"> <div class="float-end">
<a href="#" onclick="dropItem('/cdav/calendar/dropsharee/{{$calendar.calendarid}}/{{$calendar.instanceid}}/{{$sharee.hash}}', '#sharee-{{$calendar.calendarid}}-{{$sharee@iteration}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a> <a href="#" onclick="dropItem('/cdav/calendar/dropsharee/{{$calendar.calendarid}}/{{$calendar.instanceid}}/{{$sharee.hash}}', '#sharee-{{$calendar.calendarid}}-{{$sharee@iteration}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a>
</div> </div>
</div> </div>
@ -83,7 +83,7 @@
{{foreach $shared_calendars as $calendar}} {{foreach $shared_calendars as $calendar}}
<div id="shared-calendar-{{$calendar.calendarid}}" class="ml-3{{if !$calendar@last}} form-group{{/if}}"> <div id="shared-calendar-{{$calendar.calendarid}}" class="ml-3{{if !$calendar@last}} form-group{{/if}}">
<i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}{{if $calendar.access == 'read-write'}}fa-calendar-check-o{{else}}fa-calendar-times-o{{/if}}{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}}, {{if $calendar.access == 'read-write'}}'fa-calendar-check-o'{{else}}'fa-calendar-times-o'{{/if}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}} ({{$calendar.sharer}}) <i id="calendar-btn-{{$calendar.calendarid}}" class="fa {{if $calendar.switch}}{{if $calendar.access == 'read-write'}}fa-calendar-check-o{{else}}fa-calendar-times-o{{/if}}{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}}, {{if $calendar.access == 'read-write'}}'fa-calendar-check-o'{{else}}'fa-calendar-times-o'{{/if}})" style="color: {{$calendar.color}};"></i>{{$calendar.displayname}} ({{$calendar.sharer}})
<div class="pull-right"> <div class="float-end">
<a href="/cdav/calendars/{{$calendar.ownernick}}/{{$calendar.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a> <a href="/cdav/calendars/{{$calendar.ownernick}}/{{$calendar.uri}}/?export"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons"></i></a>
<a href="#" onclick="var drop = dropItem('/cdav/calendar/drop/{{$calendar.calendarid}}/{{$calendar.instanceid}}', '#shared-calendar-{{$calendar.calendarid}}'); if(drop) { add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}}, 'drop'); } return false;"><i class="fa fa-trash-o drop-icons"></i></a> <a href="#" onclick="var drop = dropItem('/cdav/calendar/drop/{{$calendar.calendarid}}/{{$calendar.instanceid}}', '#shared-calendar-{{$calendar.calendarid}}'); if(drop) { add_remove_json_source('{{$calendar.json_source}}', '{{$calendar.color}}', {{$calendar.editable}}, 'drop'); } return false;"><i class="fa fa-trash-o drop-icons"></i></a>
</div> </div>

View file

@ -1,5 +1,5 @@
<div class="section-subtitle-wrapper"> <div class="section-subtitle-wrapper">
<div class="pull-right"> <div class="float-end">
{{if $channel.default_links}} {{if $channel.default_links}}
{{/if}} {{/if}}
{{if $channel.delegate}} {{if $channel.delegate}}
@ -22,7 +22,7 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="section-content-wrapper"> <div class="section-content-wrapper">
<div class="pull-left" style="width: 75%;"> <div class="float-start" style="width: 75%;">
<div class="channel-photo-wrapper"> <div class="channel-photo-wrapper">
{{if $selected != $channel.channel_id}}<a href="{{$channel.link}}" class="channel-selection-photo-link" title="{{$channel.channel_name}}">{{/if}} {{if $selected != $channel.channel_id}}<a href="{{$channel.link}}" class="channel-selection-photo-link" title="{{$channel.channel_name}}">{{/if}}
<img class="channel-photo{{if $selected == $channel.channel_id}} channel-active{{/if}}" src="{{$channel.xchan_photo_m}}" alt="{{$channel.channel_name}}" /> <img class="channel-photo{{if $selected == $channel.channel_id}} channel-active{{/if}}" src="{{$channel.xchan_photo_m}}" alt="{{$channel.channel_name}}" />
@ -38,7 +38,7 @@
</div> </div>
</div> </div>
{{if $channel.default_links}} {{if $channel.default_links}}
<div class="pull-left"> <div class="float-start">
{{if $channel.default}} {{if $channel.default}}
<a href="manage/{{$channel.channel_id}}/noop" class="make-default-link"> <a href="manage/{{$channel.channel_id}}/noop" class="make-default-link">
<i class="fa fa-check-square-o"></i>&nbsp;{{$msg_default}} <i class="fa fa-check-square-o"></i>&nbsp;{{$msg_default}}

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<a class="btn btn-success btn-sm pull-right" href="{{$create.0}}" title="{{$create.1}}"><i class="fa fa-plus-circle"></i>&nbsp;{{$create.2}}</a> <a class="btn btn-success btn-sm float-end" href="{{$create.0}}" title="{{$create.1}}"><i class="fa fa-plus-circle"></i>&nbsp;{{$create.2}}</a>
<h2>{{$header}}</h2> <h2>{{$header}}</h2>
</div> </div>
<div class="section-content-wrapper-np"> <div class="section-content-wrapper-np">

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
{{if $is_owner}} {{if $is_owner}}
<form id="chat-destroy" method="post" action="chat"> <form id="chat-destroy" method="post" action="chat">
<input type="hidden" name="room_name" value="{{$room_name}}" /> <input type="hidden" name="room_name" value="{{$room_name}}" />
@ -29,7 +29,7 @@
<textarea id="chatText" name="chat_text" class="form-control"></textarea> <textarea id="chatText" name="chat_text" class="form-control"></textarea>
</div> </div>
<div id="chat-submit-wrapper" class="clearfix"> <div id="chat-submit-wrapper" class="clearfix">
<div id="chat-submit" class="dropup pull-right"> <div id="chat-submit" class="dropup float-end">
<button class="btn btn-outline-secondary btn-sm dropdown-toggle" type="button" data-toggle="dropdown"><i class="fa fa-cog"></i></button> <button class="btn btn-outline-secondary btn-sm dropdown-toggle" type="button" data-toggle="dropdown"><i class="fa fa-cog"></i></button>
<button class="btn btn-primary btn-sm" type="submit" id="chat-submit" name="submit" value="{{$submit}}">{{$submit}}</button> <button class="btn btn-primary btn-sm" type="submit" id="chat-submit" name="submit" value="{{$submit}}">{{$submit}}</button>
<div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-menu dropdown-menu-right">

View file

@ -2,7 +2,7 @@
<form id="chatroom-new-form" action="chat" method="post" class="acl-form" data-form_id="chatroom-new-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'> <form id="chatroom-new-form" action="chat" method="post" class="acl-form" data-form_id="chatroom-new-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'>
{{include file="field_input.tpl" field=$name}} {{include file="field_input.tpl" field=$name}}
{{include file="field_input.tpl" field=$chat_expire}} {{include file="field_input.tpl" field=$chat_expire}}
<div class="btn-group pull-right"> <div class="btn-group float-end">
<button id="dbtn-acl" class="btn btn-outline-secondary" data-toggle="modal" data-target="#aclModal" title="{{$permissions}}" onclick="return false;" ><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button> <button id="dbtn-acl" class="btn btn-outline-secondary" data-toggle="modal" data-target="#aclModal" title="{{$permissions}}" onclick="return false;" ><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button>
<button id="dbtn-submit" class="acl-submit btn btn-primary" type="submit" name="submit" value="{{$submit}}" data-formid="chatroom-new-form">{{$submit}}</button> <button id="dbtn-submit" class="acl-submit btn btn-primary" type="submit" name="submit" value="{{$submit}}" data-formid="chatroom-new-form">{{$submit}}</button>
</div> </div>

View file

@ -3,7 +3,7 @@
<ul class="nav nav-pills flex-column"> <ul class="nav nav-pills flex-column">
<li class="nav-item"><a class="nav-link" href="{{$baseurl}}/chat/{{$nickname}}">{{$overview}}</a></li> <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/chat/{{$nickname}}">{{$overview}}</a></li>
{{foreach $items as $item}} {{foreach $items as $item}}
<li class="nav-item"><a class="nav-link" href="{{$baseurl}}/chat/{{$nickname}}/{{$item.cr_id}}"><span class="badge pull-right">{{$item.cr_inroom}}</span>{{$item.cr_name}}</a></li> <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/chat/{{$nickname}}/{{$item.cr_id}}"><span class="badge float-end">{{$item.cr_inroom}}</span>{{$item.cr_name}}</a></li>
{{/foreach}} {{/foreach}}
</ul> </ul>
</div> </div>

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper clearfix"> <div class="section-title-wrapper clearfix">
{{if $is_owner}} {{if $is_owner}}
<button type="button" class="btn btn-success btn-sm pull-right acl-form-trigger" onclick="openClose('chatroom-new');" data-form_id="chatroom-new-form"><i class="fa fa-plus-circle"></i>&nbsp;{{$newroom}}</button> <button type="button" class="btn btn-success btn-sm float-end acl-form-trigger" onclick="openClose('chatroom-new');" data-form_id="chatroom-new-form"><i class="fa fa-plus-circle"></i>&nbsp;{{$newroom}}</button>
{{/if}} {{/if}}
<h2>{{$header}}</h2> <h2>{{$header}}</h2>
</div> </div>
@ -21,7 +21,7 @@
<tr class="chatroom-index-row"> <tr class="chatroom-index-row">
<td><a href="{{$baseurl}}/chat/{{$nickname}}/{{$room.cr_id}}">{{$room.cr_name}}</a></td> <td><a href="{{$baseurl}}/chat/{{$nickname}}/{{$room.cr_id}}">{{$room.cr_name}}</a></td>
<td>{{$room.cr_expire}}&nbsp;min</td> <td>{{$room.cr_expire}}&nbsp;min</td>
<td class="chatrooms-index-tool{{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}} dropdown float-right{{/if}}"> <td class="chatrooms-index-tool{{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}} dropdown float-end{{/if}}">
{{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}} {{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}}
<i class="fa fa-lock lockview" data-toggle="dropdown" onclick="lockview('chatroom',{{$room.cr_id}});"></i> <i class="fa fa-lock lockview" data-toggle="dropdown" onclick="lockview('chatroom',{{$room.cr_id}});"></i>
<ul id="panel-{{$room.cr_id}}" class="lockview-panel dropdown-menu"></ul> <ul id="panel-{{$room.cr_id}}" class="lockview-panel dropdown-menu"></ul>

View file

@ -6,14 +6,14 @@
<input type="hidden" name="channick" value="{{$channick}}" /> <input type="hidden" name="channick" value="{{$channick}}" />
<input type="hidden" name="return_url" value="{{$return_url}}" /> <input type="hidden" name="return_url" value="{{$return_url}}" />
<input id="files-mkdir" type="text" name="filename" class="form-control form-group"> <input id="files-mkdir" type="text" name="filename" class="form-control form-group">
<div class="pull-right btn-group"> <div class="float-end btn-group">
<div class="btn-group"> <div class="btn-group">
{{if $lockstate && $aclselect}} {{if $lockstate && $aclselect}}
<button class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" type="button"> <button class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" type="button">
<i class="jot-perms-icon fa fa-{{$lockstate}}"></i> <i class="jot-perms-icon fa fa-{{$lockstate}}"></i>
</button> </button>
{{/if}} {{/if}}
<button class="btn btn-primary btn-sm pull-right" type="submit" value="{{$folder_submit}}">{{$folder_submit}}</button> <button class="btn btn-primary btn-sm float-end" type="submit" value="{{$folder_submit}}">{{$folder_submit}}</button>
</div> </div>
</div> </div>
</form> </form>
@ -26,16 +26,16 @@
<input type="hidden" name="channick" value="{{$channick}}" /> <input type="hidden" name="channick" value="{{$channick}}" />
<input type="hidden" name="return_url" value="{{$return_url}}" /> <input type="hidden" name="return_url" value="{{$return_url}}" />
<!--label for="files-upload">{{$upload_header}}</label> <!--label for="files-upload">{{$upload_header}}</label>
<input class="form-group pull-left" id="files-upload" type="file" name="files[]" multiple --> <input class="form-group float-start" id="files-upload" type="file" name="files[]" multiple -->
{{*include file="field_checkbox.tpl" field=$notify*}} {{*include file="field_checkbox.tpl" field=$notify*}}
<div class="pull-right btn-group"> <div class="float-end btn-group">
<div class="btn-group"> <div class="btn-group">
{{if $lockstate && $aclselect}} {{if $lockstate && $aclselect}}
<button class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" type="button"> <button class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" type="button">
<i class="jot-perms-icon fa fa-{{$lockstate}}"></i> <i class="jot-perms-icon fa fa-{{$lockstate}}"></i>
</button> </button>
{{/if}} {{/if}}
<button id="upload-submit" class="btn btn-primary btn-sm pull-right">{{$upload_submit}}</button> <button id="upload-submit" class="btn btn-primary btn-sm float-end">{{$upload_submit}}</button>
</div> </div>
</div> </div>
</form> </form>

View file

@ -1,5 +1,5 @@
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
{{if $photo_view}} {{if $photo_view}}
<a href="{{$photos_path}}" title="{{$photo_view}}"><i class="fa fa-image btn btn-outline-secondary btn-sm" title="{{$photo_view}}"></i></a> <a href="{{$photos_path}}" title="{{$photo_view}}"><i class="fa fa-image btn btn-outline-secondary btn-sm" title="{{$photo_view}}"></i></a>
{{/if}} {{/if}}

View file

@ -25,7 +25,7 @@
{{/if}} {{/if}}
<textarea id="comment-edit-text-{{$id}}" class="comment-edit-text {{if $top}}toplevel{{/if}}" placeholder="{{$comment}}" name="body" ondragenter="linkdropper(event);" ondragleave="linkdropexit(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" ></textarea> <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text {{if $top}}toplevel{{/if}}" placeholder="{{$comment}}" name="body" ondragenter="linkdropper(event);" ondragleave="linkdropexit(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" ></textarea>
<div id="comment-tools-{{$id}}" class="pt-2 comment-tools"> <div id="comment-tools-{{$id}}" class="pt-2 comment-tools">
<div id="comment-edit-bb-{{$id}}" class="btn-toolbar pull-left"> <div id="comment-edit-bb-{{$id}}" class="btn-toolbar float-start">
{{if $feature_markup}} {{if $feature_markup}}
<div class="btn-group mr-2"> <div class="btn-group mr-2">
<button class="btn btn-outline-secondary btn-sm" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;"> <button class="btn btn-outline-secondary btn-sm" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;">
@ -64,7 +64,7 @@
{{/if}} {{/if}}
{{$comment_buttons}} {{$comment_buttons}}
</div> </div>
<div class="btn-group float-right" id="comment-edit-submit-wrapper-{{$id}}"> <div class="btn-group float-end" id="comment-edit-submit-wrapper-{{$id}}">
{{if $preview}} {{if $preview}}
<button id="comment-edit-presubmit-{{$id}}" class="btn btn-outline-secondary btn-sm" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}"> <button id="comment-edit-presubmit-{{$id}}" class="btn btn-outline-secondary btn-sm" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}">
<i class="fa fa-eye comment-icon" ></i> <i class="fa fa-eye comment-icon" ></i>
@ -78,7 +78,7 @@
<button id="comment-edit-submit-{{$id}}" class="btn btn-primary btn-sm" type="submit" name="button-submit" onclick="post_comment({{$id}}); return false;">{{$submit}}</button> <button id="comment-edit-submit-{{$id}}" class="btn btn-primary btn-sm" type="submit" name="button-submit" onclick="post_comment({{$id}}); return false;">{{$submit}}</button>
</div> </div>
{{if $reset}} {{if $reset}}
<div class="btn-group float-right" id="comment-edit-reset-wrapper-{{$id}}"> <div class="btn-group float-end" id="comment-edit-reset-wrapper-{{$id}}">
<button id="comment-reset-{{$id}}" class="btn btn-outline-secondary btn-sm comment-reset" title="{{$reset}}" onclick="commentCancel({{$id}}); return false;"><i class="fa fa-close fa-fw"></i></button> <button id="comment-reset-{{$id}}" class="btn btn-outline-secondary btn-sm comment-reset" title="{{$reset}}" onclick="commentCancel({{$id}}); return false;"><i class="fa fa-close fa-fw"></i></button>
</div> </div>
{{/if}} {{/if}}

View file

@ -6,7 +6,7 @@
</ul> </ul>
</div> </div>
<div class="d-md-none dropdown clearfix" style="position:fixed; right:7px; top:4.5rem; z-index:1020"> <div class="d-md-none dropdown clearfix" style="position:fixed; right:7px; top:4.5rem; z-index:1020">
<button type="button" class="btn btn-outline-secondary btn-sm float-right" data-toggle="dropdown"> <button type="button" class="btn btn-outline-secondary btn-sm float-end" data-toggle="dropdown">
<i class="fa fa-bars"></i> <i class="fa fa-bars"></i>
</button> </button>
<div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-menu dropdown-menu-right">

View file

@ -6,7 +6,7 @@
$('#{{$content_id}}-chevron').removeClass('fa-chevron-up').addClass('fa-chevron-down'); $('#{{$content_id}}-chevron').removeClass('fa-chevron-up').addClass('fa-chevron-down');
} return false;" > } return false;" >
{{$title}} {{$title}}
<i id="{{$content_id}}-chevron" class="fa fa-fw fa-chevron-down fakelink pull-right"></i> <i id="{{$content_id}}-chevron" class="fa fa-fw fa-chevron-down fakelink float-end"></i>
</div> </div>
</h3> </h3>
<div id="{{$content_id}}" style="display:none;"> <div id="{{$content_id}}" style="display:none;">

View file

@ -1,6 +1,6 @@
<div id="contact-entry-wrapper-{{$contact.id}}" class="directory-item"> <div id="contact-entry-wrapper-{{$contact.id}}" class="directory-item">
<div class="section-subtitle-wrapper clearfix"> <div class="section-subtitle-wrapper clearfix">
<div class="pull-right"> <div class="float-end">
{{if $contact.approve && $contact.ignore}} {{if $contact.approve && $contact.ignore}}
<form action="connedit/{{$contact.id}}" method="post" > <form action="connedit/{{$contact.id}}" method="post" >
<button type="submit" class="btn btn-success btn-sm" name="pending" value="1" title="{{$contact.approve_hover}}"><i class="fa fa-check"></i> {{$contact.approve}}</button> <button type="submit" class="btn btn-success btn-sm" name="pending" value="1" title="{{$contact.approve_hover}}"><i class="fa fa-check"></i> {{$contact.approve}}</button>
@ -30,7 +30,7 @@
<hr> <hr>
{{foreach $contact.author_menu as $mitem}} {{foreach $contact.author_menu as $mitem}}
{{if $mitem.input}} {{if $mitem.input}}
<input style="margin-left: 5px; width: 75%;" id="cti-{{$mitem.id}}" class="pull-left" type="text" ><button style="margin-left: 3px;" class="btn btn-sm pull-left" onclick="window.location.href='{{$mitem.href}}'.replace('{}',encodeURIComponent($('#cti-{{$mitem.id}}').val()));"><i class="fa fa-fw fa-search" ></i></button> <input style="margin-left: 5px; width: 75%;" id="cti-{{$mitem.id}}" class="float-start" type="text" ><button style="margin-left: 3px;" class="btn btn-sm float-start" onclick="window.location.href='{{$mitem.href}}'.replace('{}',encodeURIComponent($('#cti-{{$mitem.id}}').val()));"><i class="fa fa-fw fa-search" ></i></button>
{{else}} {{else}}
<a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a> <a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a>
{{/if}} {{/if}}

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper clearfix"> <div class="section-title-wrapper clearfix">
{{if $order}} {{if $order}}
<div class="dropdown pull-right"> <div class="dropdown float-end">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sortorder}}"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sortorder}}">
<i class="fa fa-sort"></i> <i class="fa fa-sort"></i>
</button> </button>
@ -12,7 +12,7 @@
</div> </div>
</div> </div>
{{/if}} {{/if}}
<div class="dropdown pull-right"> <div class="dropdown float-end">
<button type="button" class="btn btn-primary btn-sm" onclick="openClose('contacts-search-form'); $('#contacts-search').focus();"> <button type="button" class="btn btn-primary btn-sm" onclick="openClose('contacts-search-form'); $('#contacts-search').focus();">
<i class="fa fa-search"></i>&nbsp;{{$label}} <i class="fa fa-search"></i>&nbsp;{{$label}}
</button> </button>

View file

@ -36,10 +36,10 @@
{{/if}} {{/if}}
<div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment}} wall-item-head-new rounded-top{{/if}}"> <div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment}} wall-item-head-new rounded-top{{/if}}">
{{if $item.pinned}} {{if $item.pinned}}
<span class="float-right wall-item-pinned" title="{{$item.pinned}}" id="wall-item-pinned-{{$item.id}}"><i class="fa fa-thumb-tack">&nbsp;</i></span> <span class="float-end wall-item-pinned" title="{{$item.pinned}}" id="wall-item-pinned-{{$item.id}}"><i class="fa fa-thumb-tack">&nbsp;</i></span>
{{/if}} {{/if}}
{{if $item.isdraft}} {{if $item.isdraft}}
<span class="float-right wall-item-draft" title="{{$item.draft_txt}}" id="wall-item-draft-{{$item.id}}"><a href="editpost/{{$item.id}}"><i class="fa fa-floppy-o">&nbsp;</i></a></span> <span class="float-end wall-item-draft" title="{{$item.draft_txt}}" id="wall-item-draft-{{$item.id}}"><a href="editpost/{{$item.id}}"><i class="fa fa-floppy-o">&nbsp;</i></a></span>
{{/if}} {{/if}}
<div class="wall-item-info " id="wall-item-info-{{$item.id}}" > <div class="wall-item-info " id="wall-item-info-{{$item.id}}" >
@ -53,7 +53,7 @@
<hr> <hr>
{{foreach $item.thread_author_menu as $mitem}} {{foreach $item.thread_author_menu as $mitem}}
{{if $mitem.input}} {{if $mitem.input}}
<input style="margin-left: 5px; width: 75%;" id="cti-{{$mitem.id}}" class="pull-left" type="text" ><button style="margin-left: 3px;" class="btn btn-sm pull-left" onclick="window.location.href='{{$mitem.href}}'.replace('{}',encodeURIComponent($('#cti-{{$mitem.id}}').val()));"><i class="fa fa-fw fa-search" ></i></button> <input style="margin-left: 5px; width: 75%;" id="cti-{{$mitem.id}}" class="float-start" type="text" ><button style="margin-left: 3px;" class="btn btn-sm float-start" onclick="window.location.href='{{$mitem.href}}'.replace('{}',encodeURIComponent($('#cti-{{$mitem.id}}').val()));"><i class="fa fa-fw fa-search" ></i></button>
{{else}} {{else}}
<a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a> <a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a>
{{/if}} {{/if}}
@ -94,7 +94,7 @@
</div> </div>
{{/if}} {{/if}}
<div class="p-2 clearfix wall-item-tools"> <div class="p-2 clearfix wall-item-tools">
<div class="float-right wall-item-tools-right"> <div class="float-end wall-item-tools-right">
<div class="btn-group"> <div class="btn-group">
<div id="like-rotator-{{$item.id}}" class="spinner-wrapper"> <div id="like-rotator-{{$item.id}}" class="spinner-wrapper">
<div class="spinner s"></div> <div class="spinner s"></div>

View file

@ -74,7 +74,7 @@
</div> </div>
{{/if}} {{/if}}
<div class="p-2 clearfix wall-item-tools"> <div class="p-2 clearfix wall-item-tools">
<div class="float-right wall-item-tools-right"> <div class="float-end wall-item-tools-right">
{{if $item.toplevel && $item.emojis && $item.reactions}} {{if $item.toplevel && $item.emojis && $item.reactions}}
<div class="btn-group"> <div class="btn-group">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}">

View file

@ -17,7 +17,7 @@
<p>{{$permnote_self}}</p> <p>{{$permnote_self}}</p>
</div> </div>
{{if $permcat_enable}} {{if $permcat_enable}}
<a href="settings/permcats" class="pull-right"><i class="fa fa-plus"></i>&nbsp;{{$permcat_new}}</a> <a href="settings/permcats" class="float-end"><i class="fa fa-plus"></i>&nbsp;{{$permcat_new}}</a>
{{include file="field_select.tpl" field=$permcat}} {{include file="field_select.tpl" field=$permcat}}
{{/if}} {{/if}}

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper clearfix"> <div class="section-title-wrapper clearfix">
<div class="btn-group pull-right"> <div class="btn-group float-end">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}">
<i class="fa fa-sort"></i> <i class="fa fa-sort"></i>
</button> </button>

View file

@ -1,7 +1,7 @@
<div class="directory-item{{if $entry.safe}} safe{{/if}}" id="directory-item-{{$entry.hash}}" > <div class="directory-item{{if $entry.safe}} safe{{/if}}" id="directory-item-{{$entry.hash}}" >
<hr> <hr>
<div class="section-subtitle-wrapper clearfix"> <div class="section-subtitle-wrapper clearfix">
<div class="pull-right"> <div class="float-end">
{{if $entry.ignlink}} {{if $entry.ignlink}}
<a class="directory-ignore btn btn-warning btn-sm" href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a> <a class="directory-ignore btn btn-warning btn-sm" href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a>
{{/if}} {{/if}}

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
{{if $table == 'item'}} {{if $table == 'item'}}
<div class="dropdown pull-right"> <div class="dropdown float-end">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$options}}"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$options}}">
<i class="fa fa-sort-desc"></i> <i class="fa fa-sort-desc"></i>
</button> </button>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
{{if $cancel}} {{if $cancel}}
<button id="dbtn-cancel" class="btn btn-warning btn-sm" onclick="itemCancel(); return false;">{{$cancel}}</button> <button id="dbtn-cancel" class="btn btn-warning btn-sm" onclick="itemCancel(); return false;">{{$cancel}}</button>
{{/if}} {{/if}}

View file

@ -5,7 +5,7 @@
<form action="email_validation/{{$email}}" method="post"> <form action="email_validation/{{$email}}" method="post">
{{include file="field_input.tpl" field=$token}} {{include file="field_input.tpl" field=$token}}
<div class="pull-right submit-wrapper"> <div class="float-end submit-wrapper">
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
</div> </div>
<div class="resend-email" > <div class="resend-email" >

View file

@ -116,7 +116,7 @@
<div class="clear"></div> <div class="clear"></div>
<button type="button" class="btn btn-outline-secondary btn-sm" onclick="openClose('advanced');">{{$advanced}}</button> <button type="button" class="btn btn-outline-secondary btn-sm" onclick="openClose('advanced');">{{$advanced}}</button>
<div class="btn-group float-right"> <div class="btn-group float-end">
<button id="event-edit-preview-btn" class="btn btn-outline-secondary btn-sm" type="button" title="{{$preview}}" onclick="doEventPreview();"><i class="fa fa-eye" ></i></button> <button id="event-edit-preview-btn" class="btn btn-outline-secondary btn-sm" type="button" title="{{$preview}}" onclick="doEventPreview();"><i class="fa fa-eye" ></i></button>
{{if ! $eid}} {{if ! $eid}}
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" type="button" data-toggle="modal" data-target="#aclModal" title="{{$perms_label}}"><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button> <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" type="button" data-toggle="modal" data-target="#aclModal" title="{{$perms_label}}"><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<div class="dropdown"> <div class="dropdown">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cog"></i>&nbsp;{{$view_label}}</button> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cog"></i>&nbsp;{{$view_label}}</button>
<div class="dropdown-menu"> <div class="dropdown-menu">

View file

@ -1,7 +1,7 @@
{{$tabs}} {{$tabs}}
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<div class="btn-group"> <div class="btn-group">
<button class="btn btn-outline-secondary btn-sm" onclick="changeView('prev', false);" title="{{$prev}}"><i class="fa fa-backward"></i></button> <button class="btn btn-outline-secondary btn-sm" onclick="changeView('prev', false);" title="{{$prev}}"><i class="fa fa-backward"></i></button>
<button id="today-btn" class="btn btn-outline-secondary btn-sm" onclick="changeView('today', false);" title="{{$today}}"><div id="events-spinner" class="spinner s"></div><i class="fa fa-bullseye" style="display: none; width: 1rem;"></i></button> <button id="today-btn" class="btn btn-outline-secondary btn-sm" onclick="changeView('today', false);" title="{{$today}}"><div id="events-spinner" class="spinner s"></div><i class="fa fa-bullseye" style="display: none; width: 1rem;"></i></button>

View file

@ -1,5 +1,5 @@
<div id="{{$field.0}}_container" class="clearfix form-group checkbox"> <div id="{{$field.0}}_container" class="clearfix form-group checkbox">
<label for="id_{{$field.0}}">{{$field.1}}</label> <label for="id_{{$field.0}}">{{$field.1}}</label>
<div class="float-right"><input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.5}}{{$field.5}}{{/if}} /><label class="switchlabel" for='id_{{$field.0}}'> <span class="onoffswitch-inner" data-on='{{if $field.4}}{{$field.4.1}}{{/if}}' data-off='{{if $field.4}}{{$field.4.0}}{{/if}}'></span><span class="onoffswitch-switch"></span></label></div> <div class="float-end"><input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.5}}{{$field.5}}{{/if}} /><label class="switchlabel" for='id_{{$field.0}}'> <span class="onoffswitch-inner" data-on='{{if $field.4}}{{$field.4.1}}{{/if}}' data-off='{{if $field.4}}{{$field.4.0}}{{/if}}'></span><span class="onoffswitch-switch"></span></label></div>
<small class="form-text text-muted">{{$field.3}}</small> <small class="form-text text-muted">{{$field.3}}</small>
</div> </div>

View file

@ -1,5 +1,5 @@
<div class="clearfix form-group checkbox"> <div class="clearfix form-group checkbox">
<label for="id_{{$field.0}}">{{$field.1}}</label> <label for="id_{{$field.0}}">{{$field.1}}</label>
<div class="pull-right"><input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3}}" {{if $field.2}}checked="checked"{{/if}}><label class="switchlabel" for="id_{{$field.0}}"> <span class="onoffswitch-inner" data-on="{{if $field.5}}{{$field.5.1}}{{/if}}" data-off="{{if $field.5}}{{$field.5.0}}{{/if}}"></span><span class="onoffswitch-switch"></span> </label></div> <div class="float-end"><input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3}}" {{if $field.2}}checked="checked"{{/if}}><label class="switchlabel" for="id_{{$field.0}}"> <span class="onoffswitch-inner" data-on="{{if $field.5}}{{$field.5.1}}{{/if}}" data-off="{{if $field.5}}{{$field.5.0}}{{/if}}"></span><span class="onoffswitch-switch"></span> </label></div>
<small class="form-text text-muted">{{$field.4}}</small> <small class="form-text text-muted">{{$field.4}}</small>
</div> </div>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="float-right"> <div class="float-end">
<button type="button" class="btn btn-sm btn-outline-secondary" onclick="openClose('group_tools')"><i class="fa fa-pencil"></i> {{$details_label}}</button> <button type="button" class="btn btn-sm btn-outline-secondary" onclick="openClose('group_tools')"><i class="fa fa-pencil"></i> {{$details_label}}</button>
<button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button> <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button>
<button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button> <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button>
@ -16,7 +16,7 @@
<a href="lists/drop/{{$gid}}?t={{$form_security_token_drop}}" onclick="return confirmDelete();" class="btn btn-sm btn-danger"> <a href="lists/drop/{{$gid}}?t={{$form_security_token_drop}}" onclick="return confirmDelete();" class="btn btn-sm btn-danger">
{{$delete}} {{$delete}}
</a> </a>
<button type="submit" name="submit" class="btn btn-sm btn-primary float-right">{{$submit}}</button> <button type="submit" name="submit" class="btn btn-sm btn-primary float-end">{{$submit}}</button>
</form> </form>
</div> </div>
<div class="section-content-info-wrapper"> <div class="section-content-info-wrapper">

View file

@ -4,7 +4,7 @@
{{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}} {{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}}
</div> </div>
</div> </div>
<div id="contacts" class="list-group float-right w-50"> <div id="contacts" class="list-group float-end w-50">
<h3>{{$groupeditor.label_contacts}}</h3> <h3>{{$groupeditor.label_contacts}}</h3>
<div id="group-all-contacts" class="contact_list"> <div id="group-all-contacts" class="contact_list">
{{foreach $groupeditor.contacts as $m}} {{$m}} {{/foreach}} {{foreach $groupeditor.contacts as $m}} {{$m}} {{/foreach}}

View file

@ -79,7 +79,7 @@
<i class="fa fa-plus"></i> {{$poll_add_option_label}} <i class="fa fa-plus"></i> {{$poll_add_option_label}}
</button> </button>
</div> </div>
<div id="poll-tools-right" class="float-right"> <div id="poll-tools-right" class="float-end">
<div class="input-group"> <div class="input-group">
<input type="text" name="poll_expire_value" class="form-control" value="10" size="3"> <input type="text" name="poll_expire_value" class="form-control" value="10" size="3">
<select class="form-control" id="duration-select" name="poll_expire_unit"> <select class="form-control" id="duration-select" name="poll_expire_unit">
@ -226,7 +226,7 @@
</div> </div>
</div> </div>
</div> </div>
<div id="profile-jot-submit-right" class="btn-group float-right"> <div id="profile-jot-submit-right" class="btn-group float-end">
{{if $preview}} {{if $preview}}
<button class="btn btn-outline-secondary btn-sm" onclick="preview_post();return false;" title="{{$preview}}"> <button class="btn btn-outline-secondary btn-sm" onclick="preview_post();return false;" title="{{$preview}}">
<i class="fa fa-eye jot-icons" ></i> <i class="fa fa-eye jot-icons" ></i>
@ -255,7 +255,7 @@
<button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex="3" name="button-submit">{{$share}}</button> <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex="3" name="button-submit">{{$share}}</button>
</div> </div>
{{if $reset}} {{if $reset}}
<button id="profile-jot-reset" class="btn btn-outline-secondary btn-sm float-right" title="{{$reset}}" onclick="itemCancel(); return false;"> <button id="profile-jot-reset" class="btn btn-outline-secondary btn-sm float-end" title="{{$reset}}" onclick="itemCancel(); return false;">
<i class="fa fa-close"></i> <i class="fa fa-close"></i>
</button> </button>
{{/if}} {{/if}}
@ -433,12 +433,12 @@
<div id="linkmodaldiscover" style="margin-top: 10px;"> <div id="linkmodaldiscover" style="margin-top: 10px;">
<div class="clearfix form-group"> <div class="clearfix form-group">
<label for="id_oembed">{{$discombed}}</label> <label for="id_oembed">{{$discombed}}</label>
<div class="float-right"><input type="checkbox" name='oembed' id='id_oembed' value="1" {{$embedchecked}} ></div> <div class="float-end"><input type="checkbox" name='oembed' id='id_oembed' value="1" {{$embedchecked}} ></div>
<div class="descriptive-text">{{$discombed2}}</div> <div class="descriptive-text">{{$discombed2}}</div>
</div> </div>
<!--div class="clearfix form-group"> <!--div class="clearfix form-group">
<label for="id_zotobj">{{$disczot}}</label> <label for="id_zotobj">{{$disczot}}</label>
<div class="float-right"><input type="checkbox" name='zotobj' id='id_zotobj' value="1" checked ></div> <div class="float-end"><input type="checkbox" name='zotobj' id='id_zotobj' value="1" checked ></div>
</div --> </div -->
</div> </div>
</div> </div>

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
{{if $editor}} {{if $editor}}
<div class="pull-right"> <div class="float-end">
<button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('layout-editor');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</button> <button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('layout-editor');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</button>
<a href="{{$help.url}}" target="_blank" class="btn btn-sm btn-warning" title="{{$help.title}}"><i class="fa fa-info"></i>&nbsp;{{$help.text}}</a> <a href="{{$help.url}}" target="_blank" class="btn btn-sm btn-warning" title="{{$help.title}}"><i class="fa fa-info"></i>&nbsp;{{$help.text}}</a>
</div> </div>

View file

@ -8,7 +8,7 @@
$.post(baseurl + '/locs','drop='+id,function(data) { window.location.href=window.location.href; }); $.post(baseurl + '/locs','drop='+id,function(data) { window.location.href=window.location.href; });
} }
</script> </script>
<button class="btn btn-success btn-sm pull-right" onclick="window.location.href='/locs/f=&sync=1'; return false;"><i class="fa fa-refresh"></i>&nbsp;{{$sync}}</button> <button class="btn btn-success btn-sm float-end" onclick="window.location.href='/locs/f=&sync=1'; return false;"><i class="fa fa-refresh"></i>&nbsp;{{$sync}}</button>
<h2>{{$header}}</h2> <h2>{{$header}}</h2>
</div> </div>
<div class="section-content-wrapper-np"> <div class="section-content-wrapper-np">

View file

@ -8,7 +8,7 @@
<button type="submit" name="submit" class="btn btn-block btn-primary">{{$login}}</button> <button type="submit" name="submit" class="btn btn-block btn-primary">{{$login}}</button>
</div> </div>
<div id="login-extra-links"> <div id="login-extra-links">
{{if $register}}<a href="{{$register.link}}" title="{{$register.title}}" id="register-link" class="pull-right">{{$register.desc}}</a>{{/if}} {{if $register}}<a href="{{$register.link}}" title="{{$register.title}}" id="register-link" class="float-end">{{$register.desc}}</a>{{/if}}
<a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a> <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
</div> </div>
<hr> <hr>

View file

@ -19,7 +19,7 @@
<div class="dropdown-menu" role="menu" aria-labelledby="attachment-menu-{{$item.id}}">{{$mail.attachments}}</div> <div class="dropdown-menu" role="menu" aria-labelledby="attachment-menu-{{$item.id}}">{{$mail.attachments}}</div>
</div> </div>
{{/if}} {{/if}}
<div class="float-right dropdown"> <div class="float-end dropdown">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="mail-item-menu-{{$mail.id}}"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="mail-item-menu-{{$mail.id}}">
<i class="fa fa-cog"></i> <i class="fa fa-cog"></i>
</button> </button>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button> <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button>
<button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button> <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button>
{{if $mailbox == 'combined'}} {{if $mailbox == 'combined'}}

View file

@ -2,7 +2,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
{{if $menu_edit_link}} {{if $menu_edit_link}}
<div class="pull-right"> <div class="float-end">
<a href="{{$menu_edit_link}}" title="{{$hintedit}}" class="btn btn-sm btn-success"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$editcontents}}</a> <a href="{{$menu_edit_link}}" title="{{$hintedit}}" class="btn btn-sm btn-success"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$editcontents}}</a>
</div> </div>
{{/if}} {{/if}}
@ -22,7 +22,7 @@
{{include file="field_input.tpl" field=$menu_desc}} {{include file="field_input.tpl" field=$menu_desc}}
{{include file="field_checkbox.tpl" field=$menu_bookmark}} {{include file="field_checkbox.tpl" field=$menu_bookmark}}
<div class="menuedit-submit-wrapper form-group pull-right" > <div class="menuedit-submit-wrapper form-group float-end" >
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}&nbsp;<i class="fa fa-caret-right"></i></button> <button type="submit" name="submit" class="btn btn-primary">{{$submit}}&nbsp;<i class="fa fa-caret-right"></i></button>
</div> </div>
<div class="clear"></div> <div class="clear"></div>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('menu-creator');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$hintnew}}</button> <button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('menu-creator');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$hintnew}}</button>
</div> </div>
<h2>{{$title}}</h2> <h2>{{$title}}</h2>

View file

@ -22,7 +22,7 @@
{{include file="field_input.tpl" field=$mitem_order}} {{include file="field_input.tpl" field=$mitem_order}}
{{include file="field_checkbox.tpl" field=$usezid}} {{include file="field_checkbox.tpl" field=$usezid}}
{{include file="field_checkbox.tpl" field=$newwin}} {{include file="field_checkbox.tpl" field=$newwin}}
<div class="pull-right form-group"> <div class="float-end form-group">
<div class="btn-group"> <div class="btn-group">
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
<i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i> <i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('menu-element-creator');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$hintnew}}</button> <button id="webpage-create-btn" class="btn btn-sm btn-success" onclick="openClose('menu-element-creator');"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$hintnew}}</button>
</div> </div>
<h2>{{$title}} {{if $menudesc}}{{$menudesc}}{{else}}{{$menuname}}{{/if}}</h2> <h2>{{$title}} {{if $menudesc}}{{$menudesc}}{{else}}{{$menuname}}{{/if}}</h2>

View file

@ -2,9 +2,9 @@
<div class="section-title-wrapper clearfix"> <div class="section-title-wrapper clearfix">
{{if $authed}} {{if $authed}}
{{if $create}} {{if $create}}
<a href="appman" class="pull-right btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</a> <a href="appman" class="float-end btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</a>
{{elseif $manage}} {{elseif $manage}}
<a href="apps/edit{{if $cat.0}}/?f=&cat={{$cat.0}}{{/if}}" class="pull-right btn btn-primary btn-sm">{{$manage}}</a> <a href="apps/edit{{if $cat.0}}/?f=&cat={{$cat.0}}{{/if}}" class="float-end btn btn-primary btn-sm">{{$manage}}</a>
{{/if}} {{/if}}
{{/if}} {{/if}}
<h2>{{$title}}{{if $cat.0}} - {{$cat.0}}{{/if}}</h2> <h2>{{$title}}{{if $cat.0}} - {{$cat.0}}{{/if}}</h2>

View file

@ -18,7 +18,7 @@
{{/if}} {{/if}}
{{if $userinfo}} {{if $userinfo}}
<div class="dropdown"> <div class="dropdown">
<div class="fakelink usermenu" data-toggle="dropdown"> <div class="fakelink usermenu" data-bs-toggle="dropdown">
<img id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"> <img id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}">
<i class="fa fa-caret-down"></i> <i class="fa fa-caret-down"></i>
</div> </div>
@ -137,7 +137,7 @@
{{/if}} {{/if}}
{{if $channel_menu && $channel_apps.0}} {{if $channel_menu && $channel_apps.0}}
<li class="nav-item dropdown" id="channel-menu"> <li class="nav-item dropdown" id="channel-menu">
<a class="nav-link" href="#" data-toggle="dropdown"><img src="{{$channel_thumb}}" style="height:14px; width:14px;position:relative; top:-2px;" /></a> <a class="nav-link" href="#" data-bs-toggle="dropdown"><img src="{{$channel_thumb}}" style="height:14px; width:14px;position:relative; top:-2px;" /></a>
<div id="dropdown-menu" class="dropdown-menu dropdown-menu-right"> <div id="dropdown-menu" class="dropdown-menu dropdown-menu-right">
{{foreach $channel_apps as $channel_app}} {{foreach $channel_apps as $channel_app}}
{{$channel_app}} {{$channel_app}}
@ -153,7 +153,7 @@
{{/foreach}} {{/foreach}}
{{/if}} {{/if}}
<li class="nav-item dropdown" id="app-menu"> <li class="nav-item dropdown" id="app-menu">
<a class="nav-link" href="#" data-toggle="dropdown" title="{{$appstitle}}"><i class="fa fa-fw fa-bars"></i></a> <a class="nav-link" href="#" data-bs-toggle="dropdown" title="{{$appstitle}}"><i class="fa fa-fw fa-bars"></i></a>
<div id="dropdown-menu" class="dropdown-menu dropdown-menu-right"> <div id="dropdown-menu" class="dropdown-menu dropdown-menu-right">
{{if $channel_apps.0 && ! $channel_menu}} {{if $channel_apps.0 && ! $channel_menu}}
{{foreach $channel_apps as $channel_app}} {{foreach $channel_apps as $channel_app}}
@ -211,7 +211,7 @@
{{if $nav.help.6}} {{if $nav.help.6}}
<div id="contextual-help-content" class="contextual-help-content"> <div id="contextual-help-content" class="contextual-help-content">
{{$nav.help.5}} {{$nav.help.5}}
<div class="float-right"> <div class="float-end">
<a class="btn btn-primary btn-sm" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i>&nbsp;{{$fulldocs}}</a> <a class="btn btn-primary btn-sm" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i>&nbsp;{{$fulldocs}}</a>
<a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a> <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a>
</div> </div>

View file

@ -215,7 +215,7 @@
{{if $nav.help.6}} {{if $nav.help.6}}
<div id="contextual-help-content" class="contextual-help-content"> <div id="contextual-help-content" class="contextual-help-content">
{{$nav.help.5}} {{$nav.help.5}}
<div class="float-right"> <div class="float-end">
<a class="btn btn-primary btn-sm" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i>&nbsp;{{$fulldocs}}</a> <a class="btn btn-primary btn-sm" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i>&nbsp;{{$fulldocs}}</a>
<a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a> <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a>
</div> </div>

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper clearfix"> <div class="section-title-wrapper clearfix">
{{if $notifications_available}} {{if $notifications_available}}
<a href="#" class="btn btn-outline-secondary btn-sm float-right" onclick="markRead('notify'); setTimeout(function() { window.location.href=window.location.href; },1500); return false;">{{$notif_link_mark_seen}}</a> <a href="#" class="btn btn-outline-secondary btn-sm float-end" onclick="markRead('notify'); setTimeout(function() { window.location.href=window.location.href; },1500); return false;">{{$notif_link_mark_seen}}</a>
{{/if}} {{/if}}
<h2>{{$notif_header}}</h2> <h2>{{$notif_header}}</h2>
</div> </div>

View file

@ -144,7 +144,7 @@
</div> </div>
<div id="nav-notifications-forums-template" rel="template"> <div id="nav-notifications-forums-template" rel="template">
<a class="list-group-item clearfix notification notification-forum" href="{0}" title="{4}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}"> <a class="list-group-item clearfix notification notification-forum" href="{0}" title="{4}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}">
<span class="float-right badge badge-{{$notification.severity}}">{10}</span> <span class="float-end badge badge-{{$notification.severity}}">{10}</span>
<img class="menu-img-1" src="{1}"> <img class="menu-img-1" src="{1}">
<span class="">{2}</span> <span class="">{2}</span>
<i class="fa fa-{11} text-muted"></i> <i class="fa fa-{11} text-muted"></i>
@ -155,7 +155,7 @@
<div class="collapse {{$notification.type}}-button"> <div class="collapse {{$notification.type}}-button">
<a class="list-group-item notification-link" href="#" title="{{$notification.title}}" data-target="#nav-{{$notification.type}}-sub" data-toggle="collapse" data-type="{{$notification.type}}"> <a class="list-group-item notification-link" href="#" title="{{$notification.title}}" data-target="#nav-{{$notification.type}}-sub" data-toggle="collapse" data-type="{{$notification.type}}">
<i class="fa fa-fw fa-{{$notification.icon}}"></i> {{$notification.label}} <i class="fa fa-fw fa-{{$notification.icon}}"></i> {{$notification.label}}
<span class="float-right badge badge-{{$notification.severity}} {{$notification.type}}-update"></span> <span class="float-end badge badge-{{$notification.severity}} {{$notification.type}}-update"></span>
</a> </a>
<div id="nav-{{$notification.type}}-sub" class="collapse notification-content" data-parent="#notifications" data-type="{{$notification.type}}"> <div id="nav-{{$notification.type}}-sub" class="collapse notification-content" data-parent="#notifications" data-type="{{$notification.type}}">
{{if $notification.viewall}} {{if $notification.viewall}}

View file

@ -1,6 +1,6 @@
<div class="mb-4 notif-item"> <div class="mb-4 notif-item">
{{if ! $item_seen}} {{if ! $item_seen}}
<span class="float-right badge badge-pill badge-success text-uppercase">{{$new}}</span> <span class="float-end badge badge-pill badge-success text-uppercase">{{$new}}</span>
{{/if}} {{/if}}
<a href="{{$item_link}}"> <a href="{{$item_link}}">
<img src="{{$item_image}}" class="menu-img-3"> <img src="{{$item_image}}" class="menu-img-3">

View file

@ -1,6 +1,6 @@
<div class="{{if !$no_fullscreen_btn}}generic-content-wrapper{{/if}}"> <div class="{{if !$no_fullscreen_btn}}generic-content-wrapper{{/if}}">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<a href="{{$files_path}}" title="{{$file_view}}"><i class="fa fa-folder btn btn-outline-secondary btn-sm" title="{{$file_view}}"></i></a> <a href="{{$files_path}}" title="{{$file_view}}"><i class="fa fa-folder btn btn-outline-secondary btn-sm" title="{{$file_view}}"></i></a>
{{if $order}} {{if $order}}
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}">

View file

@ -5,7 +5,7 @@
{{if $albums}} {{if $albums}}
{{foreach $albums as $al}} {{foreach $albums as $al}}
{{if $al.shorttext}} {{if $al.shorttext}}
<li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}"><span class="badge badge-secondary float-right">{{$al.total}}</span>{{$al.shorttext}}</a></li> <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}"><span class="badge badge-secondary float-end">{{$al.total}}</span>{{$al.shorttext}}</a></li>
{{/if}} {{/if}}
{{/foreach}} {{/foreach}}
{{/if}} {{/if}}

View file

@ -21,7 +21,7 @@
</div> </div>
{{if $drop}} {{if $drop}}
<div class="p-2 clearfix wall-item-tools" id="wall-item-tools-{{$id}}" > <div class="p-2 clearfix wall-item-tools" id="wall-item-tools-{{$id}}" >
<div class="wall-item-tools-right pull-right"> <div class="wall-item-tools-right float-end">
{{$drop}} {{$drop}}
</div> </div>
</div> </div>

View file

@ -1,7 +1,7 @@
<div id="live-photos"></div> <div id="live-photos"></div>
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
{{if $tools || $map || $edit}} {{if $tools || $map || $edit}}
<div class="btn-group"> <div class="btn-group">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown">
@ -82,10 +82,10 @@
</div> </div>
{{/if}} {{/if}}
<div class="form-group pull-left"> <div class="form-group float-start">
<button class="btn btn-danger btn-sm" id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();" />{{$edit.delete}}</button> <button class="btn btn-danger btn-sm" id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();" />{{$edit.delete}}</button>
</div> </div>
<div class="form-group btn-group pull-right"> <div class="form-group btn-group float-end">
{{if $edit.aclselect}} {{if $edit.aclselect}}
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
<i id="jot-perms-icon" class="fa fa-{{$edit.lockstate}}"></i> <i id="jot-perms-icon" class="fa fa-{{$edit.lockstate}}"></i>
@ -110,7 +110,7 @@
{{/if}} {{/if}}
<div class="photo-item-tools"> <div class="photo-item-tools">
{{if $responses.count }} {{if $responses.count }}
<div class="photo-item-tools-left pull-left"> <div class="photo-item-tools-left float-start">
<div class="{{if $responses.count > 1}}btn-group{{/if}}"> <div class="{{if $responses.count > 1}}btn-group{{/if}}">
{{foreach $responses as $verb=>$response}} {{foreach $responses as $verb=>$response}}
{{if $response.count}} {{if $response.count}}
@ -146,7 +146,7 @@
</div> </div>
{{/if}} {{/if}}
{{if $likebuttons}} {{if $likebuttons}}
<div class="photo-item-tools-right btn-group pull-right"> <div class="photo-item-tools-right btn-group float-end">
<button type="button" title="{{if $likebuttons.ilike}}{{$likebuttons.unlikethis}}{{else}}{{$likebuttons.likethis}}{{/if}}" class="btn btn-outline-secondary btn-sm" onclick="dolike({{$likebuttons.id}},{{if $likebuttons.ilike}} 'Undo/' + {{/if}} 'Like' ); return false;"> <button type="button" title="{{if $likebuttons.ilike}}{{$likebuttons.unlikethis}}{{else}}{{$likebuttons.likethis}}{{/if}}" class="btn btn-outline-secondary btn-sm" onclick="dolike({{$likebuttons.id}},{{if $likebuttons.ilike}} 'Undo/' + {{/if}} 'Like' ); return false;">
<i class="fa fa-thumbs-o-up item-tool{{if $likebuttons.ilike}} ivoted{{/if}}" ></i> <i class="fa fa-thumbs-o-up item-tool{{if $likebuttons.ilike}} ivoted{{/if}}" ></i>
</button> </button>
@ -154,7 +154,7 @@
<i class="fa fa-thumbs-o-down item-tool{{if $likebuttons.inolike}} ivoted{{/if}}" ></i> <i class="fa fa-thumbs-o-down item-tool{{if $likebuttons.inolike}} ivoted{{/if}}" ></i>
</button> </button>
</div> </div>
<div id="like-rotator-{{$likebuttons.id}}" class="photo-like-rotator pull-right"></div> <div id="like-rotator-{{$likebuttons.id}}" class="photo-like-rotator float-end"></div>
{{/if}} {{/if}}
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<a href="{{$files_path}}" title="{{$file_view}}"><i class="fa fa-folder btn btn-outline-secondary btn-sm" title="{{$file_view}}"></i></a> <a href="{{$files_path}}" title="{{$file_view}}"><i class="fa fa-folder btn btn-outline-secondary btn-sm" title="{{$file_view}}"></i></a>
{{if $can_post}} {{if $can_post}}
<button class="btn btn-sm btn-success acl-form-trigger" title="{{$usage}}" onclick="openClose('photo-upload-form');" data-form_id="photos-upload-form"><i class="fa fa-plus-circle"></i>&nbsp;{{$upload}}</button> <button class="btn btn-sm btn-success acl-form-trigger" title="{{$usage}}" onclick="openClose('photo-upload-form');" data-form_id="photos-upload-form"><i class="fa fa-plus-circle"></i>&nbsp;{{$upload}}</button>

View file

@ -19,7 +19,7 @@
{{include file="field_input.tpl" field=$caption}} {{include file="field_input.tpl" field=$caption}}
{{include file="field_input.tpl" field=$title}} {{include file="field_input.tpl" field=$title}}
<input type="hidden" name="visible" value="0" /> <input type="hidden" name="visible" value="0" />
<div class="pull-right btn-group"> <div class="float-end btn-group">
<div class="btn-group"> <div class="btn-group">
{{if $lockstate}} {{if $lockstate}}
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> <button id="dbtn-acl" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
@ -37,13 +37,13 @@
{{include file="field_input.tpl" field=$caption}} {{include file="field_input.tpl" field=$caption}}
{{include file="field_input.tpl" field=$title}} {{include file="field_input.tpl" field=$title}}
<input type="hidden" name="visible" value="0" /> <input type="hidden" name="visible" value="0" />
<div id="photos-upload-perms" class="btn-group pull-right"> <div id="photos-upload-perms" class="btn-group float-end">
{{if $lockstate}} {{if $lockstate}}
<button class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> <button class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
<i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i> <i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i>
</button> </button>
{{/if}} {{/if}}
<div class="pull-right"> <div class="float-end">
{{$uploader}} {{$uploader}}
</div> </div>
</div> </div>

View file

@ -30,7 +30,7 @@
{{/if}} {{/if}}
{{/if}} {{/if}}
<div class="p-2 clearfix wall-item-head{{if !$title && !$event && !$photo}} rounded-top{{/if}}{{if $is_new && !$event}} wall-item-head-new{{/if}}"> <div class="p-2 clearfix wall-item-head{{if !$title && !$event && !$photo}} rounded-top{{/if}}{{if $is_new && !$event}} wall-item-head-new{{/if}}">
<span class="float-right wall-item-pinned" title="{{$pinned}}"><i class="fa fa-thumb-tack">&nbsp;</i></span> <span class="float-end wall-item-pinned" title="{{$pinned}}"><i class="fa fa-thumb-tack">&nbsp;</i></span>
<div class="wall-item-info" id="pinned-item-info-{{$id}}" > <div class="wall-item-info" id="pinned-item-info-{{$id}}" >
<div class="wall-item-photo-wrapper{{if $owner_url}} wwfrom{{/if}} h-card p-author" id="pinned-item-photo-wrapper-{{$id}}"> <div class="wall-item-photo-wrapper{{if $owner_url}} wwfrom{{/if}} h-card p-author" id="pinned-item-photo-wrapper-{{$id}}">
<img src="{{$thumb}}" class="fakelink wall-item-photo u-photo p-name" id="pinned-item-photo-{{$id}}" alt="{{$name}}" data-toggle="dropdown" /> <img src="{{$thumb}}" class="fakelink wall-item-photo u-photo p-name" id="pinned-item-photo-{{$id}}" alt="{{$name}}" data-toggle="dropdown" />
@ -73,7 +73,7 @@
</div> </div>
{{/if}} {{/if}}
<div class="p-2 clearfix wall-item-tools"> <div class="p-2 clearfix wall-item-tools">
<div class="float-right wall-item-tools-right"> <div class="float-end wall-item-tools-right">
<div class="btn-group"> <div class="btn-group">
<div id="pinned-rotator-{{$id}}" class="spinner-wrapper"> <div id="pinned-rotator-{{$id}}" class="spinner-wrapper">
<div class="spinner s"></div> <div class="spinner s"></div>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="clearfix section-title-wrapper"> <div class="clearfix section-title-wrapper">
<button type="button" class="btn btn-sm btn-success float-right" onclick="openClose('group_tools')"><i class="fa fa-plus-circle"></i> {{$add_new_label}}</button> <button type="button" class="btn btn-sm btn-success float-end" onclick="openClose('group_tools')"><i class="fa fa-plus-circle"></i> {{$add_new_label}}</button>
<h2>{{$title}}</h2> <h2>{{$title}}</h2>
</div> </div>
<div id="group_tools" class="clearfix section-content-tools-wrapper"{{if ! $new}} style="display: none"{{/if}}> <div id="group_tools" class="clearfix section-content-tools-wrapper"{{if ! $new}} style="display: none"{{/if}}>
@ -8,7 +8,7 @@
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{include file="field_input.tpl" field=$gname}} {{include file="field_input.tpl" field=$gname}}
{{include file="field_checkbox.tpl" field=$public}} {{include file="field_checkbox.tpl" field=$public}}
<button type="submit" name="submit" class="btn btn-sm btn-primary float-right">{{$submit}}</button> <button type="submit" name="submit" class="btn btn-sm btn-primary float-end">{{$submit}}</button>
</form> </form>
</div> </div>

View file

@ -1,6 +1,6 @@
<div id="profile-content-wrapper" class="generic-content-wrapper"> <div id="profile-content-wrapper" class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="float-right"> <div class="float-end">
{{if $profile.like_count}} {{if $profile.like_count}}
<div class="btn-group"> <div class="btn-group">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="profile-like">{{$profile.like_count}} {{$profile.like_button_label}}</button> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="profile-like">{{$profile.like_count}} {{$profile.like_button_label}}</button>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="dropdown float-right" id="profile-edit-links"> <div class="dropdown float-end" id="profile-edit-links">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-cog"></i>&nbsp;{{$tools_label}} <i class="fa fa-cog"></i>&nbsp;{{$tools_label}}
</button> </button>
@ -113,7 +113,7 @@
<div class="section-content-wrapper-np"> <div class="section-content-wrapper-np">
<div id="vcard-cancel-{{$vcard.id}}" class="vcard-cancel vcard-cancel-btn" data-id="{{$vcard.id}}" data-action="cancel"><i class="fa fa-close"></i></div> <div id="vcard-cancel-{{$vcard.id}}" class="vcard-cancel vcard-cancel-btn" data-id="{{$vcard.id}}" data-action="cancel"><i class="fa fa-close"></i></div>
<div id="vcard-add-field-{{$vcard.id}}" class="dropdown pull-right vcard-add-field"> <div id="vcard-add-field-{{$vcard.id}}" class="dropdown float-end vcard-add-field">
<button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button> <button data-toggle="dropdown" type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle"><i class="fa fa-plus"></i> {{$add_field}}</button>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li class="add-vcard-tel"><a href="#" data-add="vcard-tel" data-id="{{$vcard.id}}" class="add-field" onclick="return false;">{{$tel_label}}</a></li> <li class="add-vcard-tel"><a href="#" data-add="vcard-tel" data-id="{{$vcard.id}}" class="add-field" onclick="return false;">{{$tel_label}}</a></li>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<a class="btn btn-success btn-sm pull-right" href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" ><i class="fa fa-plus-circle"></i>&nbsp;{{$cr_new}}</a> <a class="btn btn-success btn-sm float-end" href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" ><i class="fa fa-plus-circle"></i>&nbsp;{{$cr_new}}</a>
<h2>{{$header}}</h2> <h2>{{$header}}</h2>
</div> </div>
<div class="section-content-wrapper"> <div class="section-content-wrapper">

View file

@ -10,7 +10,7 @@
{{/if}} {{/if}}
{{if ! $zcard}} {{if ! $zcard}}
{{if $editmenu.multi}} {{if $editmenu.multi}}
<div class="dropdown float-right"> <div class="dropdown float-end">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" ><i class="fa fa-pencil" title="{{$editmenu.edit.1}}"></i></a> <a class="dropdown-toggle" data-toggle="dropdown" href="#" ><i class="fa fa-pencil" title="{{$editmenu.edit.1}}"></i></a>
<div class="dropdown-menu dropdown-menu-right" role="menu"> <div class="dropdown-menu dropdown-menu-right" role="menu">
{{foreach $editmenu.menu.entries as $e}} {{foreach $editmenu.menu.entries as $e}}

View file

@ -32,7 +32,7 @@
<textarea class="form-control" id="prvmail-text" name="body"{{if $new}} style="height: 10em;"{{/if}}>{{$text}}</textarea> <textarea class="form-control" id="prvmail-text" name="body"{{if $new}} style="height: 10em;"{{/if}}>{{$text}}</textarea>
</div> </div>
<div id="prvmail-submit-wrapper" class="form-group clearfix"> <div id="prvmail-submit-wrapper" class="form-group clearfix">
<div id="prvmail-submit" class="float-right btn-group"> <div id="prvmail-submit" class="float-end btn-group">
<button class="btn btn-outline-secondary btn-sm" id="prvmail-preview" title="{{$preview}}" onclick="preview_mail(); return false;"><i class="fa fa-eye"></i></button> <button class="btn btn-outline-secondary btn-sm" id="prvmail-preview" title="{{$preview}}" onclick="preview_mail(); return false;"><i class="fa fa-eye"></i></button>
<button class="btn btn-primary btn-sm" type="submit" id="prvmail-submit" name="submit" value="{{$submit}}">{{$submit}}</button> <button class="btn btn-primary btn-sm" type="submit" id="prvmail-submit" name="submit" value="{{$submit}}">{{$submit}}</button>
</div> </div>

View file

@ -22,7 +22,7 @@
{{/if}} {{/if}}
<div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment}} wall-item-head-new rounded-top{{/if}}"> <div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment}} wall-item-head-new rounded-top{{/if}}">
{{if $item.pinned}} {{if $item.pinned}}
<span class="float-right wall-item-pinned" title="{{$item.pinned}}" id="wall-item-pinned-{{$item.id}}"><i class="fa fa-thumb-tack">&nbsp;</i></span> <span class="float-end wall-item-pinned" title="{{$item.pinned}}" id="wall-item-pinned-{{$item.id}}"><i class="fa fa-thumb-tack">&nbsp;</i></span>
{{/if}} {{/if}}
<div class="wall-item-info" id="wall-item-info-{{$item.id}}" > <div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}"> <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}}" id="wall-item-photo-wrapper-{{$item.id}}">
@ -35,7 +35,7 @@
<hr> <hr>
{{foreach $item.thread_author_menu as $mitem}} {{foreach $item.thread_author_menu as $mitem}}
{{if $mitem.input}} {{if $mitem.input}}
<input style="margin-left: 5px; width: 75%;" id="cti-{{$mitem.id}}" class="pull-left" type="text" ><button style="margin-left: 3px;" class="btn btn-sm pull-left" onclick="window.location.href='{{$mitem.href}}'.replace('{}',encodeURIComponent($('#cti-{{$mitem.id}}').val()));"><i class="fa fa-fw fa-search" ></i></button> <input style="margin-left: 5px; width: 75%;" id="cti-{{$mitem.id}}" class="float-start" type="text" ><button style="margin-left: 3px;" class="btn btn-sm float-start" onclick="window.location.href='{{$mitem.href}}'.replace('{}',encodeURIComponent($('#cti-{{$mitem.id}}').val()));"><i class="fa fa-fw fa-search" ></i></button>
{{else}} {{else}}
<a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a> <a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a>
{{/if}} {{/if}}
@ -75,7 +75,7 @@
</div> </div>
{{/if}} {{/if}}
<div class="p-2 clearfix wall-item-tools"> <div class="p-2 clearfix wall-item-tools">
<div class="float-right wall-item-tools-right"> <div class="float-end wall-item-tools-right">
<div class="btn-group"> <div class="btn-group">
<div id="like-rotator-{{$item.id}}" class="spinner-wrapper"> <div id="like-rotator-{{$item.id}}" class="spinner-wrapper">
<div class="spinner s"></div> <div class="spinner s"></div>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<a title="{{$removechannel}}" class="btn btn-danger btn-sm pull-right" href="removeme"><i class="fa fa-trash-o"></i>&nbsp;{{$removeme}}</a> <a title="{{$removechannel}}" class="btn btn-danger btn-sm float-end" href="removeme"><i class="fa fa-trash-o"></i>&nbsp;{{$removeme}}</a>
<h2>{{$ptitle}}</h2> <h2>{{$ptitle}}</h2>
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<a title="{{$removeaccount}}" class="btn btn-danger btn-sm pull-right" href="removeaccount"><i class="fa fa-trash-o"></i>&nbsp;{{$removeme}}</a> <a title="{{$removeaccount}}" class="btn btn-danger btn-sm float-end" href="removeaccount"><i class="fa fa-trash-o"></i>&nbsp;{{$removeme}}</a>
<h2>{{$title}}</h2> <h2>{{$title}}</h2>
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View file

@ -1,6 +1,6 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<a href="/sharedwithme/dropall" onclick="return confirmDelete();" class="btn btn-sm btn-outline-secondary pull-right"><i class="fa fa-trash-o"></i>&nbsp;{{$dropall}}</a> <a href="/sharedwithme/dropall" onclick="return confirmDelete();" class="btn btn-sm btn-outline-secondary float-end"><i class="fa fa-trash-o"></i>&nbsp;{{$dropall}}</a>
<h2>{{$header}}</h2> <h2>{{$header}}</h2>
</div> </div>
<div class="section-content-wrapper-np"> <div class="section-content-wrapper-np">

View file

@ -1,6 +1,6 @@
<div class="directory-item{{if $entry.safe}} safe{{/if}}" id="directory-item-{{$entry.hash}}" > <div class="directory-item{{if $entry.safe}} safe{{/if}}" id="directory-item-{{$entry.hash}}" >
<div class="section-subtitle-wrapper clearfix"> <div class="section-subtitle-wrapper clearfix">
<div class="pull-right"> <div class="float-end">
{{if $entry.ignlink}} {{if $entry.ignlink}}
<a class="directory-ignore btn btn-warning btn-sm" href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a> <a class="directory-ignore btn btn-warning btn-sm" href="{{$entry.ignlink}}"> {{$entry.ignore_label}}</a>
{{/if}} {{/if}}

View file

@ -9,7 +9,7 @@
{{foreach $entries as $e}} {{foreach $entries as $e}}
<li> <li>
<div> <div>
<a class="pull-right" href="superblock?f=&unblock={{$e.encoded_hash}}&sectok={{$token}}" title="{{$remove}}"><i class="fa fa-trash"></i></a> <a class="float-end" href="superblock?f=&unblock={{$e.encoded_hash}}&sectok={{$token}}" title="{{$remove}}"><i class="fa fa-trash"></i></a>
<a class="zid" href="{{$e.xchan_url}}"><img src="{{$e.xchan_photo_s}}" alt="{{$e.encoded_hash}}">&nbsp;{{$e.xchan_name}}</a> <a class="zid" href="{{$e.xchan_url}}"><img src="{{$e.xchan_photo_s}}" alt="{{$e.encoded_hash}}">&nbsp;{{$e.xchan_name}}</a>
</div> </div>
</li> </li>

View file

@ -9,7 +9,7 @@
{{foreach $entries as $e}} {{foreach $entries as $e}}
<li> <li>
<div> <div>
<a class="pull-right" href="superblock?f=&unblocksite={{$e.1}}&sectok={{$token}}" title="{{$remove}}"><i class="fa fa-trash"></i></a> <a class="float-end" href="superblock?f=&unblocksite={{$e.1}}&sectok={{$token}}" title="{{$remove}}"><i class="fa fa-trash"></i></a>
<a href="https://{{$e.0}}">&nbsp;{{$e.0}}</a> <a href="https://{{$e.0}}">&nbsp;{{$e.0}}</a>
</div> </div>
</li> </li>

View file

@ -2,14 +2,14 @@
<form action="" method="post" autocomplete="on" > <form action="" method="post" autocomplete="on" >
<input type="hidden" name="action" value="{{$action}}"> <input type="hidden" name="action" value="{{$action}}">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<button class="btn btn-md btn-success" type="submit" name="submit" value="{{$exportbtn}}">{{$exportbtn}}</button> <button class="btn btn-md btn-success" type="submit" name="submit" value="{{$exportbtn}}">{{$exportbtn}}</button>
</div> </div>
<h2>{{$title}}</h2> <h2>{{$title}}</h2>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div id="import-website-content-wrapper" class="section-content-wrapper"> <div id="import-website-content-wrapper" class="section-content-wrapper">
<div class="pull-left"> <div class="float-start">
<button id="toggle-select-all" class="btn btn-sm btn-primary" onclick="checkedAll(window.isChecked); return false;"><i class="fa fa-check"></i>&nbsp;Toggle Select All</button> <button id="toggle-select-all" class="btn btn-sm btn-primary" onclick="checkedAll(window.isChecked); return false;"><i class="fa fa-check"></i>&nbsp;Toggle Select All</button>
</div> </div>
<div class="clear"></div> <div class="clear"></div>

View file

@ -2,14 +2,14 @@
<form action="" method="post" autocomplete="on" > <form action="" method="post" autocomplete="on" >
<input type="hidden" name="action" value="importselected"> <input type="hidden" name="action" value="importselected">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
<div class="pull-right"> <div class="float-end">
<button class="btn btn-md btn-success" type="submit" name="submit" value="{{$importbtn}}">{{$importbtn}}</button> <button class="btn btn-md btn-success" type="submit" name="submit" value="{{$importbtn}}">{{$importbtn}}</button>
</div> </div>
<h2>{{$title}}</h2> <h2>{{$title}}</h2>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div id="import-website-content-wrapper" class="section-content-wrapper"> <div id="import-website-content-wrapper" class="section-content-wrapper">
<div class="pull-left"> <div class="float-start">
<button id="toggle-select-all" class="btn btn-sm btn-primary" onclick="checkedAll(window.isChecked); return false;"><i class="fa fa-check"></i>&nbsp;Toggle Select All</button> <button id="toggle-select-all" class="btn btn-sm btn-primary" onclick="checkedAll(window.isChecked); return false;"><i class="fa fa-check"></i>&nbsp;Toggle Select All</button>
</div> </div>
<div class="clear"></div> <div class="clear"></div>

View file

@ -1,7 +1,7 @@
<div class="generic-content-wrapper"> <div class="generic-content-wrapper">
<div class="section-title-wrapper"> <div class="section-title-wrapper">
{{if $editor}} {{if $editor}}
<div class="pull-right"> <div class="float-end">
<button id="webpage-create-btn" class="btn btn-sm btn-success acl-form-trigger" onclick="openClose('webpage-editor');" data-form_id="profile-jot-form"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</button> <button id="webpage-create-btn" class="btn btn-sm btn-success acl-form-trigger" onclick="openClose('webpage-editor');" data-form_id="profile-jot-form"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</button>
</div> </div>
{{/if}} {{/if}}