mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:15 +01:00
Backport commit r48140, committed by Ralf Becker. Fixed infolog.index adding percent width for strech-columns
This commit is contained in:
parent
b4531188bc
commit
49d8706725
@ -636,7 +636,7 @@ class infolog_ui
|
|||||||
* @param array/string $values etemplate content or 'reset_action_view' if called by index.php to reset an action-view
|
* @param array/string $values etemplate content or 'reset_action_view' if called by index.php to reset an action-view
|
||||||
* @param string $action if set only entries liked to that $action:$action_id are shown
|
* @param string $action if set only entries liked to that $action:$action_id are shown
|
||||||
* @param string $action_id if set only entries liked to that $action:$action_id are shown
|
* @param string $action_id if set only entries liked to that $action:$action_id are shown
|
||||||
* @param mixed $ca$called_asis is how we got called, for a hook eg. the call-params of that page containing the hook
|
* @param mixed $called_as is how we got called, for a hook eg. the call-params of that page containing the hook
|
||||||
* @param boolean $e$extra_app_header * @param boolean $return_html=false
|
* @param boolean $e$extra_app_header * @param boolean $return_html=false
|
||||||
* @param string $own_referer='' this is our own referer
|
* @param string $own_referer='' this is our own referer
|
||||||
* @param string $action_title='' app_header for the action, if '' we try the link-title
|
* @param string $action_title='' app_header for the action, if '' we try the link-title
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="65"/>
|
<column width="65"/>
|
||||||
<column/>
|
<column width="45%"/>
|
||||||
<column disabled="@no_customfields"/>
|
<column width="15%" disabled="@no_customfields"/>
|
||||||
<column/>
|
<column/>
|
||||||
<column width="120"/>
|
<column width="120"/>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
<column width="8%" disabled="@no_info_owner_info_responsible"/>
|
<column width="120" disabled="@no_info_owner_info_responsible"/>
|
||||||
<column width="12%"/>
|
<column width="120"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
|
Loading…
Reference in New Issue
Block a user