Changeset 13068


Ignore:
Timestamp:
16 Jun 2015, 14:50:12 (9 years ago)
Author:
Henrik Bettermann
Message:

Rename views.

Location:
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/browser.py

    r12803 r13068  
    2222from waeup.ikoba.browser.layout import action
    2323from waeup.ikoba.customers.browser import (
    24     PDFContractSlipPage, CustomerBaseEditFormPage, ContractSelectProductPage, msave)
     24    PDFContractSlip, CustomerBaseEditFormPage, ContractSelectProductPage, msave)
    2525from ikobacustom.pcn.interfaces import MessageFactory as _
    2626from ikobacustom.pcn.customers.interfaces import (
    2727    IRPCContract, IAPPITContract, IAPPTContract)
    2828
    29 class PDFContractSlipPage(PDFContractSlipPage):
     29class PDFContractSlip(PDFContractSlip):
    3030    """Deliver pdf file including metadata.
    3131    """
     
    4242        return ()
    4343
    44 class PDFRPCContractSlipPage(PDFContractSlipPage):
     44class PDFRPCContractSlip(PDFContractSlip):
    4545    """Deliver pdf file including metadata.
    4646    """
     
    5353                )
    5454
    55 class PDFAPPITContractSlipPage(PDFContractSlipPage):
     55class PDFAPPITContractSlip(PDFContractSlip):
    5656    """Deliver pdf file including metadata.
    5757    """
     
    6464                )
    6565
    66 class PDFAPPTContractSlipPage(PDFContractSlipPage):
     66class PDFAPPTContractSlip(PDFContractSlip):
    6767    """Deliver pdf file including metadata.
    6868    """
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/fileviewlets.py

    r12557 r13068  
    3333    DocumentManageFormPage,
    3434    DocumentEditFormPage,
    35     PDFDocumentSlipPage)
     35    PDFDocumentSlip)
    3636
    3737grok.templatedir('browser_templates')
     
    179179
    180180class JPGScanPDFSlip(JPGScanDisplay):
    181     grok.view(PDFDocumentSlipPage)
     181    grok.view(PDFDocumentSlip)
    182182
    183183
     
    235235
    236236class PDFScanSlip(PDFScanDisplay):
    237     grok.view(PDFDocumentSlipPage)
     237    grok.view(PDFDocumentSlip)
Note: See TracChangeset for help on using the changeset viewer.