Ignore:
Timestamp:
Jul 2, 2010 11:49:48 AM (14 years ago)
Author:
mylan
Message:

Fixed initial bugs in the package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.gauth/trunk/quintagroup/gauth/browser/configure.zcml

    r2579 r2606  
    1414        /> 
    1515 
    16     <browser:page 
    17         name="gauth-test" 
    18         for="*" 
    19         template="testview.pt" 
    20         class=".testview.TestView" 
    21         permission="zope2.Public" 
    22         /> 
     16    <!-- <browser:page --> 
     17    <!--     name="gauth-test" --> 
     18    <!--     for="*" --> 
     19    <!--     template="testview.pt" --> 
     20    <!--     class=".testview.TestView" --> 
     21    <!--     permission="zope2.Public" --> 
     22    <!--     /> --> 
    2323 
    24     <browser:page 
    25         name="gauth-download" 
    26         for="*" 
    27         class=".testview.TestView" 
    28         attribute="download" 
    29         permission="zope2.Public" 
    30         /> 
     24    <!-- <browser:page --> 
     25    <!--     name="gauth-download" --> 
     26    <!--     for="*" --> 
     27    <!--     class=".testview.TestView" --> 
     28    <!--     attribute="download" --> 
     29    <!--     permission="zope2.Public" --> 
     30    <!--     /> --> 
    3131 
    3232    <browser:resource 
Note: See TracChangeset for help on using the changeset viewer.