From 59f42f80ad4f292ebbb95ec58d95e0503d29711f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Apr 2013 17:55:59 +0200 Subject: add a button for people to get out of add folder mode --- templates/part.addnew.php | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/part.addnew.php b/templates/part.addnew.php index 05117ea5a..9e64a4a03 100644 --- a/templates/part.addnew.php +++ b/templates/part.addnew.php @@ -15,11 +15,18 @@

- t('Address must not be empty!')); ?> - - t('Could not add feed! Check if feed contains valid RSS or exists already!')); ?> + + t('Error: address must not be empty!')); ?> + + + t('Error: address exists already!')); ?> + + + t('Error: folder name must not be empty!')); ?> + + + t('Error: folder exists already')); ?> - t('Folder exists already')); ?>

@@ -55,13 +62,18 @@ placeholder="t('Folder name')); ?>" autofocus ui-keyup="{13: 'addFolder(folderName)'}"/> - + +
-- cgit v1.2.3