Skip to content

Commit d58f5b6

Browse files
committed
Add noscript message to main page
1 parent 57c1e85 commit d58f5b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ <h4 class="modal-title">{tmpl_var name="datalog_changes_txt"}</h4>
102102
<div class='clear'>
103103
<!-- content -->
104104
<div id='content' class='right'>
105+
<noscript>This page needs JavaScript to be enabled.</noscript>
105106
<form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" class='form-horizontal' role='form'>
106107
<div id="pageContent" data-startpage="{tmpl_var name="startpage"}"><!-- AJAX CONTENT --></div>
107108
</form>

0 commit comments

Comments
 (0)