Cleanup "id=tabs" from all converted tabbox to et2-vbox which caused wrong namespace

This commit is contained in:
Hadi Nategh 2023-01-19 10:56:41 +01:00
parent ab6e2ec3b7
commit 9e1b21e5e3
7 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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&amp;Signature">
<template id="admin.mailaccount.identity"/>
</et2-details>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>