[fusionregistry-commitlog] SF.net SVN: fusionregistry: [30] trunk/upload/sources/components_acp/ f
                
                Brought to you by:
                
                    copland007
                    
                
            
            
        
        
        
    | 
      
      
      From: SVN c. <fus...@li...> - 2008-02-04 05:44:44
      
     | 
| Revision: 30
          http://fusionregistry.svn.sourceforge.net/fusionregistry/?rev=30&view=rev
Author:   copland007
Date:     2008-02-03 21:44:49 -0800 (Sun, 03 Feb 2008)
Log Message:
-----------
Minor text changes to ACP config page for readability.
Modified Paths:
--------------
    trunk/upload/sources/components_acp/fusionscripts/fusionregistry/ad_config.php
Modified: trunk/upload/sources/components_acp/fusionscripts/fusionregistry/ad_config.php
===================================================================
--- trunk/upload/sources/components_acp/fusionscripts/fusionregistry/ad_config.php	2008-02-04 05:27:10 UTC (rev 29)
+++ trunk/upload/sources/components_acp/fusionscripts/fusionregistry/ad_config.php	2008-02-04 05:44:49 UTC (rev 30)
@@ -225,7 +225,7 @@
                                                                  $this->ipsclass->adskin->form_input('year_start', $this->registry_config['year_start']),
                                                         )      );
 
-        $this->ipsclass->html .= $this->ipsclass->adskin->add_td_row( array( "<b>Year Range Ending Offset</b><div style='color:gray'>This is the amount of years offset from the current year for the latest year you want to appear as a selection for a the 'year' special custom field. If set to a positive integer the amount will be added to the current year, and if you set this to a negative integer the amount will be subtracted from the current year. Default is to offset positive 1 since model year numbers are usually one year ahead current year.</div>",
+        $this->ipsclass->html .= $this->ipsclass->adskin->add_td_row( array( "<b>Year Range Ending Offset</b><div style='color:gray'>This is the amount of years offset from the current year for the latest year you want to appear as a selection for the 'year' special custom field. If set to a positive integer the amount will be added to the current year, and if you set this to a negative integer the amount will be subtracted from the current year. Default is to offset positive 1 since model year numbers are usually one year ahead current year.</div>",
                                                                  $this->ipsclass->adskin->form_input('year_end', $this->registry_config['year_end']),
                                                         )      );
 
@@ -280,7 +280,7 @@
                                                                  $this->ipsclass->adskin->form_yes_no('enable_featured_item', $this->registry_config['enable_featured_item']),
                                                         )      );
 
-        $this->ipsclass->html .= $this->ipsclass->adskin->add_td_row( array( "<b>Item ID</b><div style='color:gray'>Enter the Item ID to feature.</div>",
+        $this->ipsclass->html .= $this->ipsclass->adskin->add_td_row( array( "<b>Featured Item ID</b><div style='color:gray'>Enter the Item ID to feature.</div>",
                                                                  $this->ipsclass->adskin->form_input('featured_item_id', $this->registry_config['featured_item_id']).'<br />'.
                                                                  $this->ipsclass->adskin->form_checkbox('featured_item_random', $this->registry_config['featured_item_random'], '1'). ' Random?  '.
                                                                  $this->ipsclass->adskin->form_checkbox('featured_item_only_image', $this->registry_config['featured_item_only_image'], '1'). ' Only items with highlight images?',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |