<et2-password id="url[pass]" statustext="Password for WebDAV and SMB, use $pass for password of logged in user" class="filemanager_password" placeholder="password"></et2-password>
<et2-description id="at"></et2-description>
<et2-textbox id="url[host]" statustext="Hostname/IP for WebDAV and SMB" placeholder="host"></et2-textbox>
<et2-textbox id="url[path]" placeholder="Path and query-parameters, SMB: share and optional path (with /)"></et2-textbox>
</et2-hbox>
</et2-vbox>
<et2-button label="Enable" id="enable" statustext="Enable versioning for given mountpoint" class="filemanager_smallButton" align="center"></et2-button>
<et2-button label="Disable" id="disable[$row_cont[path]]" statustext="Disable versioning for this mountpoint" class="filemanager_smallButton" align="center"></et2-button>
<et2-button label="Mount /etemplates to allow customizing of eTemplates" id="etemplates" class="et2_buttonFitContent"></et2-button>
<et2-select id="allow_delete_versions" onchange="1" label="Who should be allowed to finally delete deleted files or old versions of a file:" disabled="!@versioning" emptyLabel="Noone"></et2-select>
<et2-hbox disabled="!@versioning">
<et2-number id="mtime" label="Delete all older versions and deleted files older then %s days" statustext="0 means all, -N newer then N days" precision="0"></et2-number>
<et2-button id="delete-versions" label="Finally delete" onclick="et2_dialog.confirm(widget,'Finally delete all older versions and deleted files under given directory.\n\nThis can NOT be undone!','Confirm final delete');" image="delete"></et2-button>
<et2-description span="all" value="Some functionalities require superuser permissions, please login here as filemanager superuser - allowed users are defined in setup."></et2-description>