From 52d287ab0eec59551d5150543e67d7b66611955a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 25 Jan 2020 12:13:08 +0100 Subject: [PATCH] Remove unused templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- templates/part.board.headerControls.php | 31 ---- templates/part.board.mainView.php | 187 ------------------------ templates/part.board.sidebarView.php | 174 ---------------------- templates/part.boardlist.php | 134 ----------------- templates/part.card.activity.html | 47 ------ templates/part.card.attachments.php | 55 ------- templates/part.card.php | 139 ------------------ templates/part.navigation.php | 73 --------- templates/part.settings.php | 21 --- 9 files changed, 861 deletions(-) delete mode 100644 templates/part.board.headerControls.php delete mode 100644 templates/part.board.mainView.php delete mode 100644 templates/part.board.sidebarView.php delete mode 100644 templates/part.boardlist.php delete mode 100644 templates/part.card.activity.html delete mode 100644 templates/part.card.attachments.php delete mode 100644 templates/part.card.php delete mode 100644 templates/part.navigation.php delete mode 100644 templates/part.settings.php diff --git a/templates/part.board.headerControls.php b/templates/part.board.headerControls.php deleted file mode 100644 index 32360bcf1..000000000 --- a/templates/part.board.headerControls.php +++ /dev/null @@ -1,31 +0,0 @@ -
-
- - - -
-
- - - - - diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php deleted file mode 100644 index f72dcedae..000000000 --- a/templates/part.board.mainView.php +++ /dev/null @@ -1,187 +0,0 @@ -
-
-
-

{{ statusservice.title }}

-

{{ statusservice.text }}

-
- -
-
- -
- - - - - -
- - -
-
- -
- - -
-
-

- {{ s.title }} - -
- -
- -

-
    -
  • -
    -

    t('Drop your files here to upload it to the card')); ?>

    -
    -
    -
    -

    - {{cardservice.get(c.id).title}} -
    - -
    -

    -
      -
    • - {{ label.title }} -
    • -
    -
    - -
    - - - - {{ cardservice.get(c.id).duedate | relativeDateFilterString }} - -
    - - {{ getCheckboxes(cardservice.get(c.id).description)[0] }}/{{ getCheckboxes(cardservice.get(c.id).description)[1] }} -
    -
    - - {{ attachmentCount(cardservice.get(c.id)) }} -
    -
    - - {{ unreadCommentCount(cardservice.get(c.id)) }} -
    -
    -
    - -
    -
    - -
    - -
    -
  • -
- - -
-
-

- -

-
-
- - t('Add card')); ?> -
-
-
- -
- -
diff --git a/templates/part.board.sidebarView.php b/templates/part.board.sidebarView.php deleted file mode 100644 index 232a77156..000000000 --- a/templates/part.board.sidebarView.php +++ /dev/null @@ -1,174 +0,0 @@ -
-
-
-

{{ statusservice.title }}

-

{{ statusservice.text }}

-
- - - -
-
- - - {{ $item.participant.displayname }} - - -
-
- - {{ sharee.participant.displayname }} (t('Group')); ?>) - -
- - {{ sharee.participant.displayname }} (t('Circle')); ?>) - - - {{ sharee.participant.displayname }} - -
- - t('No matching user or group found.')); ?> - -
- -
    -
  • - -
    - - {{ boardservice.getCurrent().owner.displayname }} - -
  • -
  • - -
    -
    - - - {{ acl.participant.displayname }} - - - {{ acl.participant.displayname }} (t('Group')); ?>) - - - {{ acl.participant.displayname }} (t('Circle')); ?> {{ acl.participant.typeString }}) -
    {{ acl.participant.circleOwner.display_name }}
    -
    - - - - - - - - - - - - - - - - t('Discard share')); ?> -
  • -
  • - t('Sharing has been disabled for your account.')); ?> -
  • -
-
- -
-
- - - -
- -
-

t('Deleted stacks')); ?>

-
    -
  • - - {{deletedStack.title}} - {{deletedStack.deletedAt | relativeDateFilter }} - -
  • -
- -

t('Deleted cards')); ?>

- -
    -
  • - - {{deletedCard.title}} ({{stackservice.tryAllThenDeleted(deletedCard.stackId).title}}) - {{deletedCard.deletedAt | relativeDateFilter }} - - - -
  • -
-
- -
- -
- - -
diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php deleted file mode 100644 index 8411706e7..000000000 --- a/templates/part.boardlist.php +++ /dev/null @@ -1,134 +0,0 @@ -
-
-
t('Status')); ?>
-

{{ statusservice.title }}

-

{{ statusservice.text }}

-
- -
-
-

t('No archived boards to display')); ?>

-
-
-
-

t('No shared boards to display')); ?>

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
t('Title')); ?>t('Members')); ?>
-
-
-
{{ b.title }}
-
-
- -
-
- -
-
-
-
-
- - -
-
- -
- t('Update board')); ?> - t('Reset board')); ?> -
-
- -
-
- - t('Create new board')); ?> - -
-
- -
-
- -
-
-
-
- t('Create board')); ?> - t('Close')); ?> -
-
-
diff --git a/templates/part.card.activity.html b/templates/part.card.activity.html deleted file mode 100644 index a779db2ec..000000000 --- a/templates/part.card.activity.html +++ /dev/null @@ -1,47 +0,0 @@ -
-
-
-
-
{{ $ctrl.currentUser.displayName }}
-
-
-
- -
-
-
-
    -
  • -
  • -
    - -
    -
    - {{ activity.timestamp/1000 | relativeDateFilter }} -
    -
    - {{ activity.subject_rich[1].user.name }} -
    - - -
    -
    -
    -
    -
    -
    - -
    -
  • - -
  • -
-
diff --git a/templates/part.card.attachments.php b/templates/part.card.attachments.php deleted file mode 100644 index 4536e81ea..000000000 --- a/templates/part.card.attachments.php +++ /dev/null @@ -1,55 +0,0 @@ -
-
-

t('Select an attachment')); ?>

- -
\ No newline at end of file diff --git a/templates/part.card.php b/templates/part.card.php deleted file mode 100644 index fce460561..000000000 --- a/templates/part.card.php +++ /dev/null @@ -1,139 +0,0 @@ -
-
-

t('Drop your files here to upload it to the card')); ?>

-
-
-
-
t('Status')); ?>
-

{{ statusservice.title }}

-

{{ statusservice.text }}

-
-{{card=cardservice.getCurrent();""}} - - -
- -
- -
- - - {{$item.title}}  - - - {{label.title}} - - -
-
- -
- -
- - - {{ $item.participant.displayname }} - - -
{{ acl.displayname }} -
-
-
-
- -
- -
-
-
- - -
- -
- - - -
-
- - -
- t('Saved')); ?> - t('Unsaved changes')); ?> -
- - t('Formatting help')); ?> -
-
-
- - -
-
{{ fileservice.status.error }}
{{ fileservice.status.message }}
- -
- -
- - - -
-
t('Add a card description…')); ?>
-
{{ description() }}
-
-
- -
- -
- - -
diff --git a/templates/part.navigation.php b/templates/part.navigation.php deleted file mode 100644 index 5456cb1e9..000000000 --- a/templates/part.navigation.php +++ /dev/null @@ -1,73 +0,0 @@ - diff --git a/templates/part.settings.php b/templates/part.settings.php deleted file mode 100644 index e746ac8d2..000000000 --- a/templates/part.settings.php +++ /dev/null @@ -1,21 +0,0 @@ -
-
- -
- -