The template managers group is deprecated, but not removed.
More template variable work in the Auth* space.
This commit is contained in:
parent
be4fd74276
commit
860a71bc5d
6 changed files with 97 additions and 64 deletions
|
|
@ -78,6 +78,47 @@ our $I18N = {
|
|||
lastUpdated => 1149220395,
|
||||
},
|
||||
|
||||
'display account template title' => {
|
||||
message => q|Authentication Display Account Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'display account template body' => {
|
||||
message => q|<p>The following template variables are available for Authentication Display Account templates. </p>
|
||||
|,
|
||||
lastUpdated => 1149220652
|
||||
},
|
||||
|
||||
'account.form.header' => {
|
||||
message => q|The required form elements that go at the top of the display account page.|,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.footer' => {
|
||||
message => q|The required form elements that go after the display account page form.|,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.karma' => {
|
||||
message => q|A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default |,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.karma.label' => {
|
||||
message => q|Internationalized text label for the karma form value.|,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.submit' => {
|
||||
message => q|The default submit button for the display account form. |,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.options' => {
|
||||
message => q|Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc. |,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Authentication|,
|
||||
lastUpdated => 1164338173,
|
||||
|
|
|
|||
|
|
@ -387,36 +387,6 @@ our $I18N = {
|
|||
lastUpdated => 1078857230
|
||||
},
|
||||
|
||||
'account.form.header' => {
|
||||
message => q|The required form elements that go at the top of the display account page.|,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.footer' => {
|
||||
message => q|The required form elements that go after the display account page form.|,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.karma' => {
|
||||
message => q|A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default |,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.karma.label' => {
|
||||
message => q|Internationalized text label for the karma form value.|,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.form.submit' => {
|
||||
message => q|The default submit button for the display account form. |,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.options' => {
|
||||
message => q|Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc. |,
|
||||
lastUpdated => 1149220575,
|
||||
},
|
||||
|
||||
'account.message' => {
|
||||
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
|
||||
lastUpdated => 1149220575,
|
||||
|
|
|
|||
|
|
@ -1319,15 +1319,16 @@ add new users, but cannot edit users.
|
|||
Users that have privileges to edit styles for this site. These privileges do not allow the user to assign styles to a page, just define them to be used.
|
||||
</p>
|
||||
|
||||
<p><b>Template Managers</b><br />
|
||||
Users that have privileges to edit templates for this site.
|
||||
</p>
|
||||
|
||||
<p><b>Visitors</b><br />
|
||||
Visitors are users who are not logged in using an account on the system. Also, if you wish to punish a registered user you could remove him/her from the Registered Users group and insert him/her into the Visitors group.
|
||||
</p>
|
||||
|
||||
<p><b>Template Managers</b><br />
|
||||
Template Managers are an old deprecated group that used to be in charge of editing and creating
|
||||
templates. Templates are now owned by the Turn On Admin group by default.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1164311106
|
||||
lastUpdated => 1164348333
|
||||
},
|
||||
|
||||
'615' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue