mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Switch vbox with details back to tabbox now that we have et2-tabbox_mobile
This commit is contained in:
parent
7c2266b27b
commit
34cc0ff5be
@ -394,35 +394,29 @@
|
|||||||
<et2-url id="url" autocomplete="url" ></et2-url>
|
<et2-url id="url" autocomplete="url" ></et2-url>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="general" summary="Organisation" title="">
|
<tabs>
|
||||||
|
<tab id="general" label="Organisation"/>
|
||||||
|
<tab id="home" label="Private" statustext="Home address, Birthday, ..."/>
|
||||||
|
<tab id="details" label="Details" statustext="Categories, Notes, ..."/>
|
||||||
|
<tab id="links" label="Links" statustext="Links"/>
|
||||||
|
<tab id="distribution_list" label="Distribution lists"
|
||||||
|
statustext="Distribution lists, ..."/>
|
||||||
|
<tab id="custom" label="Extra" statustext="Custom fields"/>
|
||||||
|
<tab id="custom_private" label="Extra private" statustext="Private custom fields"/>
|
||||||
|
<tab id="ownership" label="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="addressbook.edit.general"/>
|
<template id="addressbook.edit.general"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="home" summary="Private" title="Home address, Birthday, ...">
|
|
||||||
<template id="addressbook.edit.home"/>
|
<template id="addressbook.edit.home"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="details" summary="Details" title="Categories, Notes, ...">
|
|
||||||
<template id="addressbook.edit.details"/>
|
<template id="addressbook.edit.details"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="links" summary="Links" title="Links">
|
|
||||||
<template id="addressbook.edit.links"/>
|
<template id="addressbook.edit.links"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="distribution_list" summary="Distribution lists" title="Distribution lists, ...">
|
|
||||||
<template id="addressbook.edit.distribution_list"/>
|
<template id="addressbook.edit.distribution_list"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="custom" summary="Extra" title="Custom fields">
|
|
||||||
<template id="addressbook.edit.custom"/>
|
<template id="addressbook.edit.custom"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="custom_private" summary="Extra private" title="Private custom fields">
|
|
||||||
<template id="addressbook.edit.custom_private"/>
|
<template id="addressbook.edit.custom_private"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership" title="Ownership">
|
|
||||||
<template id="addressbook.edit.ownership"/>
|
<template id="addressbook.edit.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -330,29 +330,28 @@
|
|||||||
<et2-checkbox label="account editable by user" id="acc_user_editable"></et2-checkbox>
|
<et2-checkbox label="account editable by user" id="acc_user_editable"></et2-checkbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="admin.mailaccount.identity" summary="Identity+Signature" title="Identity&Signature">
|
<tabs>
|
||||||
|
<tab id="admin.mailaccount.identity" label="Identity+Signature"
|
||||||
|
statustext="Identity&Signature"/>
|
||||||
|
<tab id="admin.mailaccount.imap" label="IMAP" statustext="incoming mail"/>
|
||||||
|
<tab id="admin.mailaccount.folder" label="Folder" statustext="Folder"/>
|
||||||
|
<tab id="admin.mailaccount.sieve" label="Sieve" statustext="serverside filtering"/>
|
||||||
|
<tab id="admin.mailaccount.smtp" label="SMTP" statustext="outgoing mail"/>
|
||||||
|
<tab id="admin.mailaccount.aliases" label="Aliases+Forwards"
|
||||||
|
statustext="Aliases, Forwarding, Quota, ..."/>
|
||||||
|
<tab id="admin.mailaccount.encryption" label="Encryption" statustext="Encryption settings"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="admin.mailaccount.identity"/>
|
<template id="admin.mailaccount.identity"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="admin.mailaccount.imap" summary="IMAP" title="incoming mail">
|
|
||||||
<template id="admin.mailaccount.imap"/>
|
<template id="admin.mailaccount.imap"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="admin.mailaccount.folder" summary="Folder" title="Folder">
|
|
||||||
<template id="admin.mailaccount.folder"/>
|
<template id="admin.mailaccount.folder"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="admin.mailaccount.sieve" summary="Sieve" title="serverside filtering">
|
|
||||||
<template id="admin.mailaccount.sieve"/>
|
<template id="admin.mailaccount.sieve"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="admin.mailaccount.smtp" summary="SMTP" title="outgoing mail">
|
|
||||||
<template id="admin.mailaccount.smtp"/>
|
<template id="admin.mailaccount.smtp"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="admin.mailaccount.aliases" summary="Aliases+Forwards" title="Aliases, Forwarding, Quota, ...">
|
|
||||||
<template id="admin.mailaccount.aliases"/>
|
<template id="admin.mailaccount.aliases"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="admin.mailaccount.encryption" summary="Encryption" title="Encryption settings">
|
|
||||||
<template id="admin.mailaccount.encryption"/>
|
<template id="admin.mailaccount.encryption"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -243,32 +243,26 @@
|
|||||||
<et2-select-cat id="category" multiple="true"></et2-select-cat>
|
<et2-select-cat id="category" multiple="true"></et2-select-cat>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="description" summary="Description" title="">
|
<tabs>
|
||||||
|
<tab id="description" label="Description" statustext="Full description"/>
|
||||||
|
<tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>
|
||||||
|
<tab id="details" label="Details"/>
|
||||||
|
<tab id="recurrence" label="Recurrence" statustext="Repeating Event Information"/>
|
||||||
|
<tab id="custom" label="Custom" statustext="Custom fields"/>
|
||||||
|
<tab id="links" label="Links" statustext="Links, Attachments"/>
|
||||||
|
<tab id="ownership" label="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="calendar.edit.description"/>
|
<template id="calendar.edit.description"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="participants" summary="Participants" title="">
|
|
||||||
<template id="calendar.edit.participants"/>
|
<template id="calendar.edit.participants"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="details" summary="Details" title="">
|
|
||||||
<template id="calendar.edit.details"/>
|
<template id="calendar.edit.details"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="recurrence" summary="Recurrence" title="">
|
|
||||||
<template id="calendar.edit.recurrence"/>
|
<template id="calendar.edit.recurrence"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="custom" summary="Custom" title="">
|
|
||||||
<template id="calendar.edit.custom"/>
|
<template id="calendar.edit.custom"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="links" summary="Links" title="">
|
|
||||||
<template id="calendar.edit.links"/>
|
<template id="calendar.edit.links"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership" title="">
|
|
||||||
<template id="calendar.edit.ownership"/>
|
<template id="calendar.edit.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -196,23 +196,22 @@
|
|||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
</row>
|
</row>
|
||||||
<row class="dialogTabs">
|
<row class="dialogTabs">
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="filemanager.file.general" summary="General" title="">
|
<tabs>
|
||||||
|
<tab id="filemanager.file.general" label="General"/>
|
||||||
|
<tab id="filemanager.file.perms" label="Permissions"/>
|
||||||
|
<tab id="filemanager.file.eacl" label="Extended ACL"/>
|
||||||
|
<tab id="filemanager.file.preview" label="Preview"/>
|
||||||
|
<tab id="filemanager.file.custom" label="Custom fields"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="filemanager.file.general"/>
|
<template id="filemanager.file.general"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="filemanager.file.perms" summary="Permissions" title="">
|
|
||||||
<template id="filemanager.file.perms"/>
|
<template id="filemanager.file.perms"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="filemanager.file.eacl" summary="Extended ACL" title="">
|
|
||||||
<template id="filemanager.file.eacl"/>
|
<template id="filemanager.file.eacl"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="filemanager.file.preview" summary="Preview" title="">
|
|
||||||
<template id="filemanager.file.preview"/>
|
<template id="filemanager.file.preview"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="filemanager.file.custom" summary="Custom fields" title="">
|
|
||||||
<template id="filemanager.file.custom"/>
|
<template id="filemanager.file.custom"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -185,26 +185,24 @@
|
|||||||
<et2-select-percent span="4" statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"></et2-select-percent>
|
<et2-select-percent span="4" statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"></et2-select-percent>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="description" summary="Description" title="longer textual description">
|
<tabs>
|
||||||
|
<tab id="description" label="Description" statustext="longer textual description"/>
|
||||||
|
<tab id="details" label="Details" statustext="Location, priority , ..."/>
|
||||||
|
<tab id="links" label="Links" statustext="Links of this entry"/>
|
||||||
|
<tab id="project" label="Projectmanager" statustext="Project settings: price, times"/>
|
||||||
|
<tab id="customfields" label="Customfields" statustext="Custom fields"/>
|
||||||
|
<tab id="ownership" label="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="infolog.edit.description"/>
|
<template id="infolog.edit.description"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="details" summary="Details" title="Location, priority , ...">
|
|
||||||
<template id="infolog.edit.details"/>
|
<template id="infolog.edit.details"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="links" summary="Links" title="Links of this entry">
|
|
||||||
<template id="infolog.edit.links"/>
|
<template id="infolog.edit.links"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="project" summary="Projectmanager" title="Project settings: price, times">
|
|
||||||
<template id="infolog.edit.project"/>
|
<template id="infolog.edit.project"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="customfields" summary="Customfields" title="Custom fields">
|
|
||||||
<template id="infolog.edit.customfields"/>
|
<template id="infolog.edit.customfields"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership" title="Ownership">
|
|
||||||
<template id="infolog.edit.ownership"/>
|
<template id="infolog.edit.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -170,26 +170,24 @@
|
|||||||
<et2-select-percent span="4" statustext="Percent completed" id="info_percent"></et2-select-percent>
|
<et2-select-percent span="4" statustext="Percent completed" id="info_percent"></et2-select-percent>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="description" summary="Description" title="longer textual description">
|
<tabs>
|
||||||
|
<tab id="description" label="Description" statustext="longer textual description"/>
|
||||||
|
<tab id="details" label="Details" statustext="Location, priority , ..."/>
|
||||||
|
<tab id="links" label="Links" statustext="Links of this entry"/>
|
||||||
|
<tab id="project" label="Projectmanager" statustext="Project settings: price, times"/>
|
||||||
|
<tab id="customfields" label="Customfields" statustext="Custom fields"/>
|
||||||
|
<tab id="history" label="Ownership" statustext="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="infolog.view.description"/>
|
<template id="infolog.view.description"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="details" summary="Details" title="Location, priority , ...">
|
|
||||||
<template id="infolog.view.details"/>
|
<template id="infolog.view.details"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="links" summary="Links" title="Links of this entry">
|
|
||||||
<template id="infolog.view.links"/>
|
<template id="infolog.view.links"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="project" summary="Projectmanager" title="Project settings: price, times">
|
|
||||||
<template id="infolog.view.project"/>
|
<template id="infolog.view.project"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="customfields" summary="Customfields" title="Custom fields">
|
|
||||||
<template id="infolog.view.customfields"/>
|
<template id="infolog.view.customfields"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership" title="Ownership">
|
|
||||||
<template id="infolog.view.ownership"/>
|
<template id="infolog.view.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -72,14 +72,16 @@
|
|||||||
<et2-description span="all" value="You need to enter your password to make any security changes!"></et2-description>
|
<et2-description span="all" value="You need to enter your password to make any security changes!"></et2-description>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox id="tabs" width="100%" tabHeight="400">
|
<et2-tabbox id="tabs">
|
||||||
<et2-details id="change_password" summary="Change password" title="">
|
<tabs>
|
||||||
|
<tab id="change_password" label="Change password"/>
|
||||||
|
<tab id="two_factor_auth" label="Two factor auth"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="preferences.password.change"/>
|
<template id="preferences.password.change"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="two_factor_auth" summary="Two factor auth" title="">
|
|
||||||
<template id="preferences.password.2fa"/>
|
<template id="preferences.password.2fa"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -170,23 +170,23 @@
|
|||||||
<et2-checkbox statustext="Is resource bookable?" id="bookable" span="3"></et2-checkbox>
|
<et2-checkbox statustext="Is resource bookable?" id="bookable" span="3"></et2-checkbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%" tabHeight="250">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="page" summary="Description" title="Informations about the location of resource">
|
<tabs>
|
||||||
|
<tab id="page" label="Description"
|
||||||
|
statustext="Informations about the location of resource"/>
|
||||||
|
<tab id="general" label="Details" statustext="General informations about resource"/>
|
||||||
|
<tab id="links" label="Links" statustext="Web-Page of resource"/>
|
||||||
|
<tab id="custom" label="Custom" statustext="Pictures or resource"/>
|
||||||
|
<tab id="ownership" label="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="resources.edit_tabs.page"/>
|
<template id="resources.edit_tabs.page"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="general" summary="Details" title="General informations about resource">
|
|
||||||
<template id="resources.edit_tabs.general"/>
|
<template id="resources.edit_tabs.general"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="links" summary="Links" title="Web-Page of resource">
|
|
||||||
<template id="resources.edit_tabs.links"/>
|
<template id="resources.edit_tabs.links"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="custom" summary="Custom" title="Pictures or resource">
|
|
||||||
<template id="resources.edit_tabs.custom"/>
|
<template id="resources.edit_tabs.custom"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership" title="">
|
|
||||||
<template id="resources.edit_tabs.ownership"/>
|
<template id="resources.edit_tabs.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,17 +82,19 @@
|
|||||||
<et2-checkbox statustext="Is resource bookable?" id="bookable" span="3"></et2-checkbox>
|
<et2-checkbox statustext="Is resource bookable?" id="bookable" span="3"></et2-checkbox>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%" tabHeight="250">
|
<et2-tabbox id="tabs" span="all">
|
||||||
<et2-details id="page" summary="Description (short)" title="Informations about the location of resource">
|
<tabs>
|
||||||
|
<tab id="page" label="Description"
|
||||||
|
statustext="Informations about the location of resource"/>
|
||||||
|
<tab id="custom" label="Custom" statustext="Pictures or resource"/>
|
||||||
|
<tab id="ownership" label="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels>
|
||||||
<template id="resources.view.page"/>
|
<template id="resources.view.page"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="custom" summary="Custom" title="Pictures or resource">
|
|
||||||
<template id="resources.view.custom"/>
|
<template id="resources.view.custom"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership" title="">
|
|
||||||
<template id="resources.view.ownership"/>
|
<template id="resources.view.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -136,23 +136,22 @@
|
|||||||
<et2-select statustext="select a status of the timesheet" id="ts_status" emptyLabel="please select"></et2-select>
|
<et2-select statustext="select a status of the timesheet" id="ts_status" emptyLabel="please select"></et2-select>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" class="et2_nowrap" span="all">
|
||||||
<et2-details id="notes" summary="Description">
|
<tabs>
|
||||||
|
<tab id="notes" label="Description"/>
|
||||||
|
<tab id="general" label="Details"/>
|
||||||
|
<tab id="links" label="Links"/>
|
||||||
|
<tab id="customfields" label="Custom Fields"/>
|
||||||
|
<tab id="ownership" label="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels class="dialog-main-timeframe">
|
||||||
<template id="timesheet.edit.notes"/>
|
<template id="timesheet.edit.notes"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="general" summary="Details">
|
|
||||||
<template id="timesheet.edit.general"/>
|
<template id="timesheet.edit.general"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="links" summary="Links">
|
|
||||||
<template id="timesheet.edit.links"/>
|
<template id="timesheet.edit.links"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="customfields" summary="Custom Fields">
|
|
||||||
<template id="timesheet.edit.customfields"/>
|
<template id="timesheet.edit.customfields"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership">
|
|
||||||
<template id="timesheet.edit.ownership"/>
|
<template id="timesheet.edit.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
@ -118,20 +118,20 @@
|
|||||||
<et2-select statustext="select a status of the timesheet" id="ts_status" emptyLabel="please select"></et2-select>
|
<et2-select statustext="select a status of the timesheet" id="ts_status" emptyLabel="please select"></et2-select>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<et2-vbox span="all" width="100%">
|
<et2-tabbox id="tabs" class="et2_nowrap" span="all">
|
||||||
<et2-details id="notes" summary="Description">
|
<tabs>
|
||||||
|
<tab id="notes" label="Description"/>
|
||||||
|
<tab id="general" label="Details"/>
|
||||||
|
<tab id="customfields" label="Custom Fields"/>
|
||||||
|
<tab id="ownership" label="Ownership"/>
|
||||||
|
</tabs>
|
||||||
|
<tabpanels class="dialog-main-timeframe">
|
||||||
<template id="timesheet.view.notes"/>
|
<template id="timesheet.view.notes"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="general" summary="Details">
|
|
||||||
<template id="timesheet.view.general"/>
|
<template id="timesheet.view.general"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="customfields" summary="Custom Fields">
|
|
||||||
<template id="timesheet.view.customfields"/>
|
<template id="timesheet.view.customfields"/>
|
||||||
</et2-details>
|
|
||||||
<et2-details id="ownership" summary="Ownership">
|
|
||||||
<template id="timesheet.view.ownership"/>
|
<template id="timesheet.view.ownership"/>
|
||||||
</et2-details>
|
</tabpanels>
|
||||||
</et2-vbox>
|
</et2-tabbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user