r24487 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24486‎ | r24487 | r24488 >
Date:13:06, 31 July 2007
Author:yaron
Status:old
Tags:
Comment:
Removed 'sf_createform_titlefield' and 'sf_createform_titledesc', added 'sf_createform_restricted'
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_LanguageEn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_LanguageEn.php
@@ -49,8 +49,6 @@
5050 'sf_forms_docu' => 'The following forms exist in the wiki.',
5151 'createform' => 'Create form',
5252 'sf_createform_nameinput' => 'Form name (convention is to name the form after the main template it populates):',
53 - 'sf_createform_titlefield' => 'Title field',
54 - 'sf_createform_titledesc' => 'This is a string field, entered using a standard text entry.',
5553 'sf_createform_template' => 'Template:',
5654 'sf_createform_templatelabelinput' => 'Template label (optional):',
5755 'sf_createform_allowmultiple' => 'Allow for multiple (or zero) instances of this template in the created page',
@@ -58,8 +56,9 @@
5957 'sf_createform_fieldattr' => 'This field defines the attribute $1, of type $2.',
6058 'sf_createform_fieldattrunknowntype' => 'This field defines the attribute $1, of unspecified type (assuming to be $2).',
6159 'sf_createform_fieldrel' => 'This field defines the relation $1.',
62 - 'sf_createform_formlabel' => 'Form label',
 60+ 'sf_createform_formlabel' => 'Form label:',
6361 'sf_createform_hidden' => 'Hidden',
 62+ 'sf_createform_restricted' => 'Restricted (only sysop users can modify it)',
6463 'sf_createform_mandatory' => 'Mandatory',
6564 'sf_createform_removetemplate' => 'Remove template',
6665 'sf_createform_addtemplate' => 'Add template:',

Status & tagging log