summaryrefslogtreecommitdiff
path: root/app/Module/NotesTabModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-06-28 08:02:40 +0100
committerGreg Roach <fisharebest@gmail.com>2016-06-28 08:02:40 +0100
commit23c362a93d0c6ef294038fd629416dc8e792e60e (patch)
treebb4cf47a8335ebc7f485677cb061e97cb6febfba /app/Module/NotesTabModule.php
parent9f7839a00cc7bd8403d81bc8fb3942b572923af4 (diff)
downloadwebtrees-23c362a93d0c6ef294038fd629416dc8e792e60e.tar.gz
webtrees-23c362a93d0c6ef294038fd629416dc8e792e60e.tar.bz2
webtrees-23c362a93d0c6ef294038fd629416dc8e792e60e.zip
#1031 - default state of checkboxes
Diffstat (limited to 'app/Module/NotesTabModule.php')
-rw-r--r--app/Module/NotesTabModule.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/NotesTabModule.php b/app/Module/NotesTabModule.php
index 1a406850cc..97bcb79853 100644
--- a/app/Module/NotesTabModule.php
+++ b/app/Module/NotesTabModule.php
@@ -70,7 +70,7 @@ class NotesTabModule extends AbstractModule implements ModuleTabInterface {
<tr class="noprint">
<td colspan="2" class="descriptionbox rela">
<label>
- <input id="checkbox_note2" type="checkbox" checked>
+ <input id="show-level-2-notes" type="checkbox">
<?php echo I18N::translate('Show all notes'); ?>
</label>
</td>
@@ -118,7 +118,7 @@ class NotesTabModule extends AbstractModule implements ModuleTabInterface {
?>
</table>
<script>
- persistant_toggle("checkbox_note2", ".row_note2");
+ persistant_toggle("show-level-2-notes", ".row_note2");
</script>
<?php