Remove Manual link from admin GUI

From Kolmisoft Wiki
Revision as of 07:38, 8 May 2008 by Mindaugas (talk | contribs) (New page: In file /home/mor/app/views/layouts/callc.rhtml delete following lines: <% if session[:usertype] == "admin" %> <div class="right-element"><a style="" href="http://...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

In file /home/mor/app/views/layouts/callc.rhtml delete following lines:

       <% if session[:usertype] == "admin" %>
<a style="" href="http://wiki.kolmisoft.com/index.php/MOR_PRO_Manual" target="_blank"><%= image_tag('icons/pdf.png', :title => _('Manual') ) %> Manual</a>
       <% end %>

Restart Apache.