[Checkins] SVN: GenericSetup/trunk/www/sutProperties.zpt Remove no longer needed TAL defines

Wichert Akkerman wichert at wiggy.net
Fri Jul 6 10:45:25 EDT 2007


Log message for revision 77514:
  Remove no longer needed TAL defines

Changed:
  U   GenericSetup/trunk/www/sutProperties.zpt

-=-
Modified: GenericSetup/trunk/www/sutProperties.zpt
===================================================================
--- GenericSetup/trunk/www/sutProperties.zpt	2007-07-06 14:30:18 UTC (rev 77513)
+++ GenericSetup/trunk/www/sutProperties.zpt	2007-07-06 14:45:23 UTC (rev 77514)
@@ -13,13 +13,11 @@
 </style>
 
 <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/getBaselineContextID;
                  context_id_display python: context_id or '(none)';
                  overwrite_style python: context_id != ''
                                     and 'display: none' or 'display: block';
-                 exts python: [x for x in contexts if x['type'] == 'extension'];
                 ">
 <h3> Setup Tool Profiles </h3>
 



More information about the Checkins mailing list