From 90584316b8f275fcad904b644676544eb0322636 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 19 May 2014 02:22:02 +0200 Subject: add test for firstrun page --- templates/main.php | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index 8755a2542..465dadaba 100644 --- a/templates/main.php +++ b/templates/main.php @@ -9,39 +9,49 @@ \OCP\Util::addScript('news', 'build/app'); \OCP\Util::addStyle('news', 'bootstrap/tooltip'); +\OCP\Util::addStyle('news', 'navigation'); \OCP\Util::addStyle('news', 'addnew'); -\OCP\Util::addStyle('news', 'feeds'); -\OCP\Util::addStyle('news', 'items'); +\OCP\Util::addStyle('news', 'app'); +\OCP\Util::addStyle('news', 'content'); \OCP\Util::addStyle('news', 'settings'); \OCP\Util::addStyle('news', 'showall'); -\OCP\Util::addStyle('news', 'firstrun'); -\OCP\Util::addStyle('news', 'owncloud6'); ?> -
+ +
+ +
+ + +
    - inc('part.addnew')) ?> - inc('part.feed.unread')) ?> - inc('part.feed.starred')) ?> - inc('part.listfeed', ['folderId' => '0'])) ?> - inc('part.listfolder')) ?> - inc('part.showall')); ?> + inc('part.addnew')) ?> + inc('part.feed.unread')) ?> + inc('part.feed.starred')) ?> + inc('part.listfeed', ['folderId' => '0'])) ?> + inc('part.listfolder')) ?> + inc('part.showall')); ?>
- inc('part.settings')) ?> +
+ + +
+ +
-- cgit v1.2.3