Difference between revisions of "Remove Manual link from admin GUI"

From Kolmisoft Wiki
Jump to navigationJump to search
(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://...)
 
Line 1: Line 1:
In file /home/mor/app/views/layouts/callc.rhtml delete following lines:
In file /home/mor/app/views/layouts/callc.rhtml delete following lines:


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


Restart Apache.
Restart Apache.

Revision as of 07:39, 8 May 2008

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.