From a069add71e642f37c6309c3bd7af74761acef929 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 12 Apr 2013 14:53:02 +0200 Subject: implement export, needs proper unittests though, fix 31 --- templates/main.php | 13 +----------- templates/part.settings.php | 52 ++++++++++++++++++++++++++++----------------- 2 files changed, 33 insertions(+), 32 deletions(-) (limited to 'templates') diff --git a/templates/main.php b/templates/main.php index f70ade37f..e6c964c74 100644 --- a/templates/main.php +++ b/templates/main.php @@ -30,18 +30,7 @@
-
- -
-
- inc('part.settings')) ?> -
+ inc('part.settings')) ?>
diff --git a/templates/part.settings.php b/templates/part.settings.php index 436a575eb..263e4b3a8 100644 --- a/templates/part.settings.php +++ b/templates/part.settings.php @@ -1,20 +1,32 @@ -
- t('Import / Export OPML')); ?> - - - -
-
- t('Subscribelet')); ?> -

inc('part.subscribelet'));?> -

-
+
+ +
+ +
+
+ t('Import / Export OPML')); ?> + + + + t('Export')); ?> + +
+
+ t('Subscribelet')); ?> +

inc('part.subscribelet'));?> +

+
+
\ No newline at end of file -- cgit v1.2.3