@@ -73,12 +73,12 @@ class ContactEditPage extends AdminEditPage
7373 array ('label ' => 'First Sort Field ' , 'id ' => 'jform_sortname1 ' , 'type ' => 'input ' , 'tab ' => 'details ' ),
7474 array ('label ' => 'Second Sort Field ' , 'id ' => 'jform_sortname2 ' , 'type ' => 'input ' , 'tab ' => 'details ' ),
7575 array ('label ' => 'Third Sort Field ' , 'id ' => 'jform_sortname3 ' , 'type ' => 'input ' , 'tab ' => 'details ' ),
76- array ('label ' => 'Category ' , 'id ' => 'jform_catid ' , 'type ' => 'select ' , 'tab ' => 'details ' ),
77- array ('label ' => 'Tags ' , 'id ' => 'jform_tags ' , 'type ' => 'select ' , 'tab ' => 'details ' ),
7876 array ('label ' => 'Status ' , 'id ' => 'jform_published ' , 'type ' => 'select ' , 'tab ' => 'details ' ),
77+ array ('label ' => 'Category ' , 'id ' => 'jform_catid ' , 'type ' => 'select ' , 'tab ' => 'details ' ),
7978 array ('label ' => 'Featured ' , 'id ' => 'jform_featured ' , 'type ' => 'fieldset ' , 'tab ' => 'details ' ),
8079 array ('label ' => 'Access ' , 'id ' => 'jform_access ' , 'type ' => 'select ' , 'tab ' => 'details ' ),
8180 array ('label ' => 'Language ' , 'id ' => 'jform_language ' , 'type ' => 'select ' , 'tab ' => 'details ' ),
81+ array ('label ' => 'Tags ' , 'id ' => 'jform_tags ' , 'type ' => 'select ' , 'tab ' => 'details ' ),
8282 array ('label ' => 'Version Note ' , 'id ' => 'jform_version_note ' , 'type ' => 'input ' , 'tab ' => 'details ' ),
8383 array ('label ' => 'Miscellaneous Information ' , 'id ' => 'jform_misc ' , 'type ' => 'textarea ' , 'tab ' => 'misc ' ),
8484 array ('label ' => 'Start Publishing ' , 'id ' => 'jform_publish_up ' , 'type ' => 'input ' , 'tab ' => 'publishing ' ),
@@ -115,6 +115,7 @@ class ContactEditPage extends AdminEditPage
115115 array ('label ' => 'Image ' , 'id ' => 'jform_params_show_image ' , 'type ' => 'select ' , 'tab ' => 'attrib-display ' ),
116116 array ('label ' => 'vCard ' , 'id ' => 'jform_params_allow_vcard ' , 'type ' => 'select ' , 'tab ' => 'attrib-display ' ),
117117 array ('label ' => 'Show User Articles ' , 'id ' => 'jform_params_show_articles ' , 'type ' => 'select ' , 'tab ' => 'attrib-display ' ),
118+ array ('label ' => '# Articles to List ' , 'id ' => 'jform_params_articles_display_num ' , 'type ' => 'select ' , 'tab ' => 'attrib-display ' ),
118119 array ('label ' => 'Show Profile ' , 'id ' => 'jform_params_show_profile ' , 'type ' => 'select ' , 'tab ' => 'attrib-display ' ),
119120 array ('label ' => 'Show Links ' , 'id ' => 'jform_params_show_links ' , 'type ' => 'select ' , 'tab ' => 'attrib-display ' ),
120121 array ('label ' => 'Link A Label ' , 'id ' => 'jform_params_linka_name ' , 'type ' => 'input ' , 'tab ' => 'attrib-display ' ),
0 commit comments