I am using bootstrap.min.css and bootstrap.js  that comes with the trunk.

The two attachments show the different screens for the grids of two 
tables.  In both cases the grid was called with  
ui = 'jquery-ui'

As far as I can see the html produced is the same except for the url:

Screenshot *13:06*  does not show the export button at all.  However when 
you move the mouse in the area where it should be, the text shows (not the 
icon).

<a class=" ui-button-text-icon-primary" href=
"/init/default/articles/csv?keywords=&_signature=392f8f22533b7dc44167028e8f60720b3cdf9244"
>
<span class="ui-icon ui-icon-transferthick-e-w"></span>
<span class="ui-button-text" title="Export">Export</span>
</a>

and screenshot *13:07* shows the export button with icon.

<a class=" ui-button-text-icon-primary" href=
"/init/default/journals/csv?keywords=&_signature=f7c0cb7cedac45895675d307ebff6bb2a4d8b2a9"
>
<span class="ui-icon ui-icon-transferthick-e-w"></span>
<span class="ui-button-text" title="Export">Export</span>
</a>

There is nothing strange in the views:

{{extend 'layout.html'}}
{{=opskrif}}
{{=opskrif2}}
{{=doc}}
{{=p}}

where =p is the grid.

and 

{{extend 'layout.html'}}
{{=opskrif}}
{{=opskrif2}}
{{=form}}

in the second case where '=form'  is the grid.

Why is the button not showing in the first grid?

Regards
Johann

<<attachment: Screenshot - 24042012 - 13:06:09.png>>

<<attachment: Screenshot - 24042012 - 13:07:39.png>>

Reply via email to