mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 17:36:34 +00:00
26 lines
888 B
HTML
26 lines
888 B
HTML
<html:template id="template-paneZenWorkspaces">
|
|
<hbox id="ZenWorkspacesCategory"
|
|
class="subcategory"
|
|
hidden="true"
|
|
data-category="paneZenWorkspaces">
|
|
<html:h1 data-l10n-id="pane-workspaces-title"/>
|
|
</hbox>
|
|
|
|
<hbox id="zenSidePanelsCategory"
|
|
class="subcategory"
|
|
hidden="true"
|
|
data-category="paneZenWorkspaces">
|
|
<html:h1 data-l10n-id="pane-settings-workspaces-title"/>
|
|
</hbox>
|
|
|
|
<groupbox id="zenSidePanelsGroup" data-category="paneZenWorkspaces" hidden="true" class="highlighting-group">
|
|
<label><html:h2 data-l10n-id="zen-settings-workspaces-header"/></label>
|
|
<description class="description-deemphasized" data-l10n-id="zen-settings-workspaces-description" />
|
|
|
|
<checkbox id="zenWorkspacesActivate"
|
|
data-l10n-id="zen-settings-workspaces-enabled"
|
|
preference="zen.workspaces.enabled"/>
|
|
</groupbox>
|
|
|
|
</html:template>
|