[Checkins] SVN: Products.ExternalEditor/trunk/manage_main.dtml And sync some more...

Stefan H. Holek stefan at epy.co.at
Thu Oct 5 05:28:55 EDT 2006


Log message for revision 70543:
  And sync some more...
  

Changed:
  U   Products.ExternalEditor/trunk/manage_main.dtml

-=-
Modified: Products.ExternalEditor/trunk/manage_main.dtml
===================================================================
--- Products.ExternalEditor/trunk/manage_main.dtml	2006-10-05 09:20:55 UTC (rev 70542)
+++ Products.ExternalEditor/trunk/manage_main.dtml	2006-10-05 09:28:55 UTC (rev 70543)
@@ -40,7 +40,9 @@
      onChange="location.href='&dtml-URL1;/'+this.options[this.selectedIndex].value">
     <option value="manage_workspace" disabled>Select type to add...</option>
     <dtml-in filtered_meta_types mapping sort=name>
-    <option value="&dtml.url_quote-action;">&dtml-name;</option>
+    <dtml-if action>
+    <option value="&dtml.html_quote-action;">&dtml-name;</option>
+    </dtml-if>
     </dtml-in>
     </select>
     <input class="form-element" type="submit" name="submit" value=" Add " />



More information about the Checkins mailing list