From 5002c1c455fd3742698ee3efa14aae986c2a3ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 1 Aug 2018 14:37:47 +0200 Subject: Search, structure and design fixes for 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- templates/main.php | 46 ++++++++++++++++++++--------------------- templates/newContactButton.html | 6 ++++-- 2 files changed, 26 insertions(+), 26 deletions(-) (limited to 'templates') diff --git a/templates/main.php b/templates/main.php index c00cdcf9..a0a242a4 100644 --- a/templates/main.php +++ b/templates/main.php @@ -9,6 +9,7 @@ script('contacts', 'vendor/ui-select/select'); script('contacts', 'vendor/angular-click-outside/clickoutside.directive'); script('contacts', 'vendor/ngclipboard/ngclipboard.min'); +script('contacts', 'contacts-inject-14'); // DAV libraries script('contacts', 'dav/dav'); @@ -25,33 +26,30 @@ script('contacts', 'vendor/jquery-timepicker/jquery.timepicker'); style('contacts', 'style'); style('contacts', 'vendor/ui-select/select.min'); ?> - -
-
-
- -
    -
    -
    - -
    -
    - - - -
    +
    +
    + +
      +
      +
      + +
      +
      + + +
      +
      -
      -
      -
      -
      -
      - +
      +
      +
      +
      +
      diff --git a/templates/newContactButton.html b/templates/newContactButton.html index 9ec3dbae..14b16745 100644 --- a/templates/newContactButton.html +++ b/templates/newContactButton.html @@ -1,2 +1,4 @@ - +
      + +
      \ No newline at end of file -- cgit v1.2.3