Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@
<form id="external">
<div class="section">
<h2><?php p($l->t('External sites'));?></h2>
<p>
<em><?php p($l->t('Please note that some browsers will block displaying of sites via http if you are running https.')); ?></em>
<br>
<em><?php p($l->t('Furthermore please note that many sites these days disallow iframing due to security reasons.')); ?></em>
<br>
<em><?php p($l->t('We highly recommend to test the configured sites below properly.')); ?></em>
</p>
<p class="settings-hint"><?php p($l->t('Add a website directly to the app list in the top bar. This will be visible for all users and is useful to quickly reach other internally used web apps or important sites.')); ?></p>

<div id="loading_sites" class="icon-loading-small"></div>

Expand All @@ -47,7 +41,6 @@
<input type="button" id="add_external_site" value="<?php p($l->t('Add')); ?>" />
<span class="msg"></span>


<script type="text/template" id="site-template">
<li data-site-id="{{id}}">
<input type="text" class="site-name trigger-save" name="site-name" value="{{name}}" placeholder="<?php p($l->t('Name')); ?>" />
Expand Down Expand Up @@ -85,5 +78,13 @@
<img class="svg action failure hidden" src="<?php p(image_path('core', 'actions/error-color.svg')); ?>" alt="<?php p($l->t('Can not save site')); ?>" />
</li>
</script>

<p>
<em><?php p($l->t('Please note that some browsers will block displaying of sites via http if you are running https.')); ?></em>
<br>
<em><?php p($l->t('Furthermore please note that many sites these days disallow iframing due to security reasons.')); ?></em>
<br>
<em><?php p($l->t('We highly recommend to test the configured sites below properly.')); ?></em>
</p>
</div>
</form>