forked from extern/egroupware
Cleanup "id=tabs" from all converted tabbox to et2-vbox which caused wrong namespace
This commit is contained in:
parent
ab6e2ec3b7
commit
9e1b21e5e3
@ -394,7 +394,7 @@
|
||||
<et2-url id="url" autocomplete="url" ></et2-url>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs" span="all" width="100%">
|
||||
<et2-vbox span="all" width="100%">
|
||||
<et2-details id="general" summary="Organisation" title="">
|
||||
<template id="addressbook.edit.general"/>
|
||||
</et2-details>
|
||||
|
@ -330,7 +330,7 @@
|
||||
<et2-checkbox label="account editable by user" id="acc_user_editable"></et2-checkbox>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs" span="all" width="100%">
|
||||
<et2-vbox span="all" width="100%">
|
||||
<et2-details id="admin.mailaccount.identity" summary="Identity+Signature" title="Identity&Signature">
|
||||
<template id="admin.mailaccount.identity"/>
|
||||
</et2-details>
|
||||
|
@ -243,7 +243,7 @@
|
||||
<et2-select-cat id="category" multiple="true"></et2-select-cat>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs" span="all" width="100%">
|
||||
<et2-vbox span="all" width="100%">
|
||||
<et2-details id="description" summary="Description" title="">
|
||||
<template id="calendar.edit.description"/>
|
||||
</et2-details>
|
||||
|
@ -196,7 +196,7 @@
|
||||
</et2-hbox>
|
||||
</row>
|
||||
<row class="dialogTabs">
|
||||
<et2-vbox id="tabs" span="all" width="100%">
|
||||
<et2-vbox span="all" width="100%">
|
||||
<et2-details id="filemanager.file.general" summary="General" title="">
|
||||
<template id="filemanager.file.general"/>
|
||||
</et2-details>
|
||||
|
@ -43,7 +43,7 @@
|
||||
</et2-hbox>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs">
|
||||
<et2-vbox>
|
||||
<et2-details id="tab1" summary="Settings" title="">
|
||||
<template id="preferences.settings.tab1" content="tab1"/>
|
||||
</et2-details>
|
||||
|
@ -170,7 +170,7 @@
|
||||
<et2-checkbox statustext="Is resource bookable?" id="bookable" span="3"></et2-checkbox>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs" span="all" width="100%" tabHeight="250">
|
||||
<et2-vbox span="all" width="100%" tabHeight="250">
|
||||
<et2-details id="page" summary="Description" title="Informations about the location of resource">
|
||||
<template id="resources.edit_tabs.page"/>
|
||||
</et2-details>
|
||||
|
@ -82,7 +82,7 @@
|
||||
<et2-checkbox statustext="Is resource bookable?" id="bookable" span="3"></et2-checkbox>
|
||||
</row>
|
||||
<row>
|
||||
<et2-vbox id="tabs" span="all" width="100%" tabHeight="250">
|
||||
<et2-vbox span="all" width="100%" tabHeight="250">
|
||||
<et2-details id="page" summary="Description (short)" title="Informations about the location of resource">
|
||||
<template id="resources.view.page"/>
|
||||
</et2-details>
|
||||
|
Loading…
Reference in New Issue
Block a user