Ignore:
Timestamp:
Oct 18, 2011, 5:09:06 PM (13 years ago)
Author:
pstorz
Message:

added templates dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dassmodus/trunk/dassmodus/dassmodus/dassModus.py

    r954 r961  
    4848import dassmodus.ui.qt_resources # for the icons
    4949
     50TEMPLATES_PATH = '/usr/share/dassmodus/templates' # DC templates for new datacenter wizard
    5051
    5152'''
     
    463464                        <p>
    464465                        A GUI program to configure Bacula
    465                         <p>Copyright &copy; 2010 <a href="http://www.dass-it.de/">dass IT GmbH</a><br>
     466                        <p>Copyright &copy; 2010-2011 <a href="http://www.dass-it.de/">dass IT GmbH</a><br>
    466467                        <a href="http://www.dass-it.de/">http://www.dass-it.de</a>
    467468                        <p>Händelstraße 25-29<br>
     
    524525     
    525526    def onActionNewDatacenter(self):
    526       wizard = dassmodus.ui.newdatacenterwizard.newdatacenterwizard(DASSMODUS_PATH)
     527      wizard = dassmodus.ui.newdatacenterwizard.newdatacenterwizard(TEMPLATES_PATH)
    527528      if wizard.exec_():
    528529        self.openDatacenterFile(wizard.filename)
Note: See TracChangeset for help on using the changeset viewer.