-
Justin Cleveland authored
XNAT-4208 - Admin UI needs help indicators or descriptions, XNAT-4248 - passwordExpirationType should be a set of radio buttons, XNAT-1649 - Archive mount point is missing, but system runs without a message
Justin Cleveland authoredXNAT-4208 - Admin UI needs help indicators or descriptions, XNAT-4248 - passwordExpirationType should be a set of radio buttons, XNAT-1649 - Archive mount point is missing, but system runs without a message
site-admin-elements.yaml 57.43 KiB
tabGroups:
# dashboard: Dashboard
xnatSetup: XNAT Setup
manageAccess: Manage Access
manageData: Manage Data
processing: Processing
projectCustomization: Project Customization
advanced: Advanced XNAT Settings
other: Other
siteId:
kind: panel.input.text
id: siteId
name: siteId
label: Site ID
validation: required id onblur
description: >
The id used to refer to this site (also used to generate database ids).
The Site ID must start with a letter and contain only letters, numbers
and underscores. It should be a short, one-word name or acronym which
describes your site. No spaces or non-alphanumeric characters.
siteDescriptionPage:
tag: input
element:
type: text
id: siteDescriptionPage
name: siteDescriptionPage
size: 30
after: "<p class='description'>Specify a velocity template file to display on the login page</p>"
siteDescriptionText:
tag: textarea
element:
id: siteDescriptionText
name: siteDescriptionText
rows: 8
after: "<p class='description'>Specify a simple text description of this site.</p>"
passwordExpirationInterval:
tag: input
before:
label:
tag: br
element:
type: text
id: passwordExpirationInterval
name: passwordExpirationInterval
label: Password Expiration (Interval)
after: >
<p class='description'>Interval of time after which unchanged passwords expire and users have to change them. Uses <a target="_blank" href="http://www.postgresql.org/docs/9.0/static/functions-datetime.html">PostgreSQL interval notation</a></p>
passwordExpirationDate:
tag: input
before:
label:
tag: br
element:
type: text
id: passwordExpirationDate
name: passwordExpirationDate
label: Password Expiration (Date)
siteDescriptionType:
kind: panel.element
#id: siteDescriptionType
#name: siteDescriptionType
label: Site Description