diff --git a/client/res/templates/login-second-step.tpl b/client/res/templates/login-second-step.tpl index 792212eb22..7f06869a75 100644 --- a/client/res/templates/login-second-step.tpl +++ b/client/res/templates/login-second-step.tpl @@ -7,10 +7,23 @@
- +
- {{translate 'Back to login form' scope='User'}} + {{translate 'Back to login form' scope='User'}}
diff --git a/client/res/templates/login.tpl b/client/res/templates/login.tpl index 67ac29f0d6..d459827bdd 100644 --- a/client/res/templates/login.tpl +++ b/client/res/templates/login.tpl @@ -11,15 +11,42 @@
- +
- +
- {{#if showForgotPassword}}{{translate 'Forgot Password?' scope='User'}}{{/if}} - + {{#if showForgotPassword}} + {{translate 'Forgot Password?' scope='User'}}{{/if}} +
diff --git a/client/res/templates/record/detail.tpl b/client/res/templates/record/detail.tpl index 106ccef534..7e696839ae 100644 --- a/client/res/templates/record/detail.tpl +++ b/client/res/templates/record/detail.tpl @@ -2,15 +2,24 @@ {{#unless buttonsDisabled}}
- {{#each buttonList}}{{button name scope=../../entityType label=label style=style hidden=hidden html=html}}{{/each}} + {{#each buttonList}}{{button name scope=../entityType label=label style=style hidden=hidden html=html}}{{/each}} {{#if dropdownItemList}} - +
{{/if}} diff --git a/client/res/templates/record/list-expanded.tpl b/client/res/templates/record/list-expanded.tpl index e0c1ce1e5d..6e7556e798 100644 --- a/client/res/templates/record/list-expanded.tpl +++ b/client/res/templates/record/list-expanded.tpl @@ -10,13 +10,23 @@ {{#if checkboxes}} {{#if massActionList}}
-
@@ -24,7 +34,7 @@ {{/if}} {{#each buttonList}} - {{button name scope=../../scope label=label style=style}} + {{button name scope=../scope label=label style=style}} {{/each}}
{{/if}} @@ -37,10 +47,17 @@ {{/each}} + {{#unless paginationEnabled}} {{#if showMoreEnabled}}
- + {{#if showCount}}
{{moreCountFormatted}}
{{/if}} diff --git a/client/res/templates/record/list-nested-categories.tpl b/client/res/templates/record/list-nested-categories.tpl index 7b0a13edc6..641f55cca9 100644 --- a/client/res/templates/record/list-nested-categories.tpl +++ b/client/res/templates/record/list-nested-categories.tpl @@ -1,4 +1,3 @@ - {{#unless isLoading}}
diff --git a/client/res/templates/record/list-pagination.tpl b/client/res/templates/record/list-pagination.tpl index 3df7d772a8..c5fbfbcbfe 100644 --- a/client/res/templates/record/list-pagination.tpl +++ b/client/res/templates/record/list-pagination.tpl @@ -16,5 +16,3 @@ - - diff --git a/client/res/templates/record/list-tree.tpl b/client/res/templates/record/list-tree.tpl index 2a87b8e8ae..f8a3fd9e2b 100644 --- a/client/res/templates/record/list-tree.tpl +++ b/client/res/templates/record/list-tree.tpl @@ -2,7 +2,7 @@ {{#if topBar}}
{{#each buttonList}} - {{button name scope=../../scope label=label style=style}} + {{button name scope=../scope label=label style=style}} {{/each}}
{{/if}} @@ -54,7 +54,11 @@ {{#if showRoot}} {{/if}} @@ -67,7 +71,12 @@ {{#unless createDisabled}}
  • - +
  • {{/unless}} diff --git a/client/res/templates/record/list.tpl b/client/res/templates/record/list.tpl index 500f0b5d5b..fdd97c8831 100644 --- a/client/res/templates/record/list.tpl +++ b/client/res/templates/record/list.tpl @@ -11,25 +11,35 @@ {{#if displayActionsButtonGroup}}
    {{#if massActionList}} - + {{/if}} {{#if buttonList.length}} {{#each buttonList}} - {{button name scope=../../scope label=label style=style hidden=hidden}} + {{button name scope=../scope label=label style=style hidden=hidden}} {{/each}} {{/if}} +
    {{#if dropdownItemList.length}} - + {{/if}}
    + {{#if massActionList}}
    {{/unless}} - {{/if}} {{#each headerDefs}} - + {{#if this.isSortable}} - {{label}} - {{#if this.isSorted}}{{#unless this.isDesc}}{{else}}{{/unless}}{{/if}} - {{else}}{{label}}{{/if}} + {{label}} + {{#if this.isSorted}} + {{#unless this.isDesc}} + {{else}} + + {{/unless}} + {{/if}} + {{else}} + {{label}} + {{/if}} {{/each}} @@ -132,7 +169,13 @@ {{#unless paginationEnabled}} {{#if showMoreEnabled}}
    - + {{#if showCount}}
    {{moreCountFormatted}}
    {{/if}} diff --git a/client/res/templates/record/merge.tpl b/client/res/templates/record/merge.tpl index 50ee8f15b7..f51f497873 100644 --- a/client/res/templates/record/merge.tpl +++ b/client/res/templates/record/merge.tpl @@ -18,13 +18,13 @@ {{#if hasCreatedAt}} - {{translate 'createdAt' scope=../scope category='fields'}} + {{translate 'createdAt' scope=scope category='fields'}} {{#each dataList}}
    - {{{var createdAtViewName ../../this}}} + {{{var createdAtViewName ../this}}}
    {{/each}} @@ -38,7 +38,7 @@ {{#each columns}} {{#unless isReadOnly}} - + {{/unless}} diff --git a/client/res/templates/record/panel-actions.tpl b/client/res/templates/record/panel-actions.tpl index 210dde2023..c3b329697d 100644 --- a/client/res/templates/record/panel-actions.tpl +++ b/client/res/templates/record/panel-actions.tpl @@ -1,22 +1,38 @@ {{#each buttonList}} - + {{/each}} {{#if actionList}} - -