change the order of the Article fields to make logical sense

This commit is contained in:
Colin Kuskie 2006-12-06 23:42:01 +00:00
parent 40f08d9a89
commit a8e972695e
2 changed files with 12 additions and 12 deletions

View file

@ -104,14 +104,6 @@ sub definition {
hoverHelp=>$i18n->get('article template description'),
label=>$i18n->get(72)
},
linkURL=>{
tab=>"properties",
fieldType=>'url',
defaultValue=>undef,
label=>$i18n->get(8),
hoverHelp=>$i18n->get('link url description'),
uiLevel=>3
},
linkTitle=>{
tab=>"properties",
fieldType=>'text',
@ -120,6 +112,14 @@ sub definition {
hoverHelp=>$i18n->get('link title description'),
uiLevel=>3
},
linkURL=>{
tab=>"properties",
fieldType=>'url',
defaultValue=>undef,
label=>$i18n->get(8),
hoverHelp=>$i18n->get('link url description'),
uiLevel=>3
},
storageId=>{
tab=>"properties",
fieldType=>"image",

View file

@ -23,14 +23,14 @@ our $HELP = {
namespace => 'Asset_Article',
},
{
title => '8',
description => 'link url description',
title => '7',
description => 'link title description',
namespace => 'Asset_Article',
uiLevel => 3,
},
{
title => '7',
description => 'link title description',
title => '8',
description => 'link url description',
namespace => 'Asset_Article',
uiLevel => 3,
},