[Checkins] 
	SVN: zope3org/trunk/src/zorg/wikification/browser/templates/wiki_
	Removed two obsolete hidden input fields.
    Uwe Oestermeier 
    uwe_oestermeier at iwm-kmrc.de
       
    Thu May  4 13:17:05 EDT 2006
    
    
  
Log message for revision 67967:
  Removed two obsolete hidden input fields.
Changed:
  U   zope3org/trunk/src/zorg/wikification/browser/templates/wiki_newpage.pt
  U   zope3org/trunk/src/zorg/wikification/browser/templates/wiki_rename.pt
-=-
Modified: zope3org/trunk/src/zorg/wikification/browser/templates/wiki_newpage.pt
===================================================================
--- zope3org/trunk/src/zorg/wikification/browser/templates/wiki_newpage.pt	2006-05-04 17:11:56 UTC (rev 67966)
+++ zope3org/trunk/src/zorg/wikification/browser/templates/wiki_newpage.pt	2006-05-04 17:17:04 UTC (rev 67967)
@@ -59,7 +59,6 @@
                 <td>
                     <input name="entry_submit" type="submit" value="Submit">
                     <input name="cancel_submit" type="reset" value="Cancel"/>
-                    <input tal:condition="view/isUnique" name="scope" id="scope" type="hidden" value="off">
                 </td>
             </tr>
         </table>
Modified: zope3org/trunk/src/zorg/wikification/browser/templates/wiki_rename.pt
===================================================================
--- zope3org/trunk/src/zorg/wikification/browser/templates/wiki_rename.pt	2006-05-04 17:11:56 UTC (rev 67966)
+++ zope3org/trunk/src/zorg/wikification/browser/templates/wiki_rename.pt	2006-05-04 17:17:04 UTC (rev 67967)
@@ -33,7 +33,6 @@
                 <td>
                     <input name="entry_submit" type="submit" value="Submit">
                     <input name="cancel_submit" type="reset" value="Cancel"/>
-                    <input tal:condition="view/isUnique" name="scope" id="scope" type="hidden" value="off">
                 </td>
             </tr>
         </table>
    
    
More information about the Checkins
mailing list