removed unrelated import/export options

git-svn-id: svn://localhost/lasso-conform/trunk@31 2a3a78c3-912c-0410-af21-e1fb2d1df599
This commit is contained in:
fpeters 2006-12-05 08:59:04 +00:00
parent 7588096077
commit 7759d9b31c
1 changed files with 0 additions and 8 deletions

View File

@ -110,14 +110,6 @@ class SettingsDirectory(AccessControlled, Directory):
_('Debug Options'), _('Configure options useful for debugging'))
'</dl>'
'<h2>%s</h2>' % _('Import / Export')
'<dl>'
'<dt><a href="import">%s</a></dt> <dd>%s</dd>' % (
_('Import'), _('Import data from another site'))
'<dt><a href="export">%s</a></dt> <dd>%s</dd>' % (
_('Export'), _('Export data for another site'))
'</dl>'
def themes [html] (self):
import xml.dom.minidom