From 778f7b2be62f5573fb437b1c586dad0e19a31ea1 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Mon, 2 Sep 2013 23:42:55 -0400 Subject: all the firstrunpage in one commit --- templates/main.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index ab70caddf..ecfaa9515 100644 --- a/templates/main.php +++ b/templates/main.php @@ -17,6 +17,8 @@ \OCP\Util::addStyle('news', 'items'); \OCP\Util::addStyle('news', 'settings'); \OCP\Util::addStyle('news', 'showall'); +\OCP\Util::addStyle('news', 'firstrun'); + // stylesheets for different OC versions $version = \OCP\Util::getVersion(); @@ -29,7 +31,7 @@ if($version[0] > 5 || ($version[0] >= 5 && $version[1] >= 80)) { ?> -
+
t('Undo deletion of %s', '{{ getCaption() }}')); ?> @@ -47,7 +49,8 @@ if($version[0] > 5 || ($version[0] >= 5 && $version[1] >= 80)) { inc('part.showall')); ?> -
+
inc('part.settings')) ?>
@@ -58,10 +61,14 @@ if($version[0] > 5 || ($version[0] >= 5 && $version[1] >= 80)) { autopaging: isAutoPaging() }" ng-controller="ItemController" + ng-show="initialized && !feedBusinessLayer.noFeeds()" news-item-scroll="true" item-shortcuts tabindex="-1"> inc("part.items")); ?>
+
+ inc("part.firstrun")); ?> +
-- cgit v1.2.3