first steps of sidebar for personal and admin settings
This commit is contained in:
parent
0412f83035
commit
4611520c7f
|
@ -7,6 +7,15 @@
|
||||||
/** @var $_ array */
|
/** @var $_ array */
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<div id="app-navigation">
|
||||||
|
<!-- <?php foreach($_['forms'] as $form) {
|
||||||
|
print_unescaped($form);
|
||||||
|
};?>
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="app-content">
|
||||||
|
|
||||||
<div class="clientsbox center">
|
<div class="clientsbox center">
|
||||||
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
|
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
|
||||||
<a href="<?php p($_['clients']['desktop']); ?>" target="_blank">
|
<a href="<?php p($_['clients']['desktop']); ?>" target="_blank">
|
||||||
|
@ -254,3 +263,7 @@ if($_['passwordChangeSupported']) {
|
||||||
<div class="section credits-footer">
|
<div class="section credits-footer">
|
||||||
<p><?php print_unescaped($theme->getShortFooter()); ?></p>
|
<p><?php print_unescaped($theme->getShortFooter()); ?></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue