mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Initial settings that allow to choose the default color of the notes.
This commit is contained in:
@@ -8,4 +8,5 @@ p($l->t('Shared'));
|
||||
p($l->t('Shared with others'));
|
||||
p($l->t('Shared with you'));
|
||||
p($l->t('Share note'));
|
||||
p($l->t('Close'));
|
||||
p($l->t('Close'));
|
||||
p($l->t('Default color for new notes'));
|
||||
@@ -1,8 +1,8 @@
|
||||
<div id="app-settings">
|
||||
<div id="app-settings-header">
|
||||
<button class="settings-button"
|
||||
data-apps-slide-toggle="#app-settings-content"
|
||||
></button>
|
||||
<button class="settings-button" data-apps-slide-toggle="#app-settings-content">
|
||||
<?php p($l->t('Settings'));?>
|
||||
</button>
|
||||
</div>
|
||||
<div id="app-settings-content">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user