[Solar-svn] Revision 3066

pmjones at solarphp.com pmjones at solarphp.com
Fri Apr 4 10:12:11 CDT 2008


Solar_Cli_MakeApp: [FIX] In _record partial view template, use 'model-record' as the CSS class, not 'model record'.


Modified: trunk/Solar/Cli/MakeApp/Data/view-_record.php
===================================================================
--- trunk/Solar/Cli/MakeApp/Data/view-_record.php	2008-04-02 23:39:52 UTC (rev 3065)
+++ trunk/Solar/Cli/MakeApp/Data/view-_record.php	2008-04-04 15:12:10 UTC (rev 3066)
@@ -11,7 +11,7 @@
 $model_name = $record->getModel()->model_name;
 
 // the CSS class to use for the <dl> tag
-$css_class = $this->escape($model_name) . ' record';
+$css_class = $this->escape($model_name) . '-record';
 
 // the CSS id to use for the <dl> tag
 $css_id = $this->escape(




More information about the Solar-svn mailing list