[Checkins] SVN: GenericSetup/branches/tseaver-bbq_sprint/www/sutProperties.zpt * use the new new API

Rob Miller ra at burningman.com
Mon Mar 19 21:06:02 EDT 2007


Log message for revision 73369:
  * use the new new API
  

Changed:
  U   GenericSetup/branches/tseaver-bbq_sprint/www/sutProperties.zpt

-=-
Modified: GenericSetup/branches/tseaver-bbq_sprint/www/sutProperties.zpt
===================================================================
--- GenericSetup/branches/tseaver-bbq_sprint/www/sutProperties.zpt	2007-03-20 00:50:11 UTC (rev 73368)
+++ GenericSetup/branches/tseaver-bbq_sprint/www/sutProperties.zpt	2007-03-20 01:06:01 UTC (rev 73369)
@@ -15,7 +15,7 @@
 <div tal:define="contexts context/listContextInfos;
                  snaps python: [x for x in contexts if x['type'] == 'snapshot'];
                  bases python: [x for x in contexts if x['type'] == 'base'];
-                 context_id context/getImportContextID;
+                 context_id context/getBaselineContextID;
                  context_id_display python: context_id or '(none)';
                  overwrite_style python: context_id != ''
                                     and 'display: none' or 'display: block';



More information about the Checkins mailing list