Skip to content
Snippets Groups Projects
Commit dccad427 authored by gnaegi's avatar gnaegi
Browse files

OO-2130 don't show buttons in print view

parent c65f912e
No related branches found
No related tags found
No related merge requests found
<div class="o_singlepage"> <div class="o_singlepage">
#if ($r.available("command.edit")) #if ($r.available("command.edit"))
<div class="o_button_group o_button_group_right clearfix">$r.render("command.edit")</div> <div class="o_button_group o_button_group_right o_noprint clearfix">$r.render("command.edit")</div>
#end #end
<div class="o_content clearfix">$r.render("content")</div> <div class="o_content clearfix">$r.render("content")</div>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment