sharvey: Name wasn't specific enough - Folder Name makes it easier to understand

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41887 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:16:04 +00:00
parent 1335c66e65
commit 3818d8f961
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ HTML;
$fileList->setPopupCaption("View/Edit Asset");
if($record) {
$nameField = ($id != "root") ? new TextField("Name") : new HiddenField("Name");
$nameField = ($id != "root") ? new TextField("Name", "Folder Name") : new HiddenField("Name");
$fields = new FieldSet(
new HiddenField("Title"),
new TabSet("Root",