From: <ndi...@us...> - 2002-09-08 03:48:33
|
Update of /cvsroot/modus/modustest In directory usw-pr-cvs1:/tmp/cvs-serv11151 Modified Files: index.cfm Log Message: why bother with showing if it's featured if we are doing the bold thing? Index: index.cfm =================================================================== RCS file: /cvsroot/modus/modustest/index.cfm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.cfm 8 Sep 2002 03:46:35 -0000 1.3 --- index.cfm 8 Sep 2002 03:48:30 -0000 1.4 *************** *** 34,38 **** <cfset thisObj = all[ii]> ! <li><a href="#getFileFromPath(getBaseTemplatePath())#?id=#thisObj.getID()#"<cfif thisObj.getField("featured").getValue()> style="font-weight:bold;"</cfif>>#thisObj.getField("title").toHTML()#</a> (featured: #thisObj.getField("featured").toHTML()#) <br /> --- 34,38 ---- <cfset thisObj = all[ii]> ! <li><a href="#getFileFromPath(getBaseTemplatePath())#?id=#thisObj.getID()#"<cfif thisObj.getField("featured").getValue()> style="font-weight:bold;"</cfif>>#thisObj.getField("title").toHTML()#</a> <br /> |