mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Remove class that gave tabs extra padding
This commit is contained in:
parent
4d28ab392b
commit
87198dc7a8
@ -185,17 +185,17 @@
|
|||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%" tab_height="250px">
|
<tabbox id="tabs" span="all" width="100%" tab_height="250px">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="description" label="Description" statustext="longer textual description"/>
|
<tab id="description" label="Description" statustext="longer textual description"/>
|
||||||
<tab id="details" label="Details" statustext="Location, priority , ..."/>
|
<tab id="details" label="Details" statustext="Location, priority , ..."/>
|
||||||
<tab id="links" label="Links" statustext="Links of this entry"/>
|
<tab id="links" label="Links" statustext="Links of this entry"/>
|
||||||
<tab id="project" label="Projectmanager" statustext="Project settings: price, times"/>
|
<tab id="project" label="Projectmanager" statustext="Project settings: price, times"/>
|
||||||
<tab id="customfields" label="Customfields" statustext="Custom fields"/>
|
<tab id="customfields" label="Customfields" statustext="Custom fields"/>
|
||||||
<tab id="history" label="History" statustext="Change history"/>
|
<tab id="history" label="History" statustext="Change history"/>
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
<template id="infolog.edit.description"/>
|
<template id="infolog.edit.description"/>
|
||||||
<template id="infolog.edit.details"/>
|
<template id="infolog.edit.details"/>
|
||||||
<template id="infolog.edit.links"/>
|
<template id="infolog.edit.links"/>
|
||||||
<template id="infolog.edit.project"/>
|
<template id="infolog.edit.project"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user