diff options
| author | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-08 22:42:11 +0100 |
|---|---|---|
| committer | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-08 22:42:11 +0100 |
| commit | 05d6d0405fb46d83a1d5632ce95ac35767372bc7 (patch) | |
| tree | acca4e7bad615295f4c8fdfc890f35acddcb2d6a /htroot/env | |
| parent | 8be55472d9ee9b48e2af2fb1429a6c3b620be5f0 (diff) | |
Move sub-menu UI Translations from public Status to secure Sys Administration
- as UI Translation (TransNews_p.html) is a secured page
- it uses for publishing internal News system but belongs not really to "Community Data"
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/templates/submenuComputation.template | 1 | ||||
| -rw-r--r-- | htroot/env/templates/submenuConfig.template | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/templates/submenuComputation.template b/htroot/env/templates/submenuComputation.template index 777ff3780..b6062bcf8 100644 --- a/htroot/env/templates/submenuComputation.template +++ b/htroot/env/templates/submenuComputation.template @@ -33,7 +33,6 @@ <ul class="SubMenu"> <li><a href="Surftips.html" class="MenuItemLink">Surftips</a></li> <li><a href="Wiki.html?display=1" class="MenuItemLink">Local Peer Wiki</a></li> - <li><a href="TransNews_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">UI Translations</a></li> </ul> </div> </div> diff --git a/htroot/env/templates/submenuConfig.template b/htroot/env/templates/submenuConfig.template index c4e2b6c4e..ad5451fc5 100644 --- a/htroot/env/templates/submenuConfig.template +++ b/htroot/env/templates/submenuConfig.template @@ -5,5 +5,6 @@ <li><a href="PerformanceQueues_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Performance Settings of Busy Queues</a></li> <li><a href="Tables_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Viewer and administration for database tables</a></li> <li><a href="ConfigProperties_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Advanced Properties</a></li> + <li><a href="TransNews_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">UI Translations</a></li> </ul> </div>
\ No newline at end of file |
