From be9360564a04ac65837631a31cf9dd1e681b56f4 Mon Sep 17 00:00:00 2001 From: Erwan Nader Date: Tue, 10 Jul 2018 16:40:39 +0200 Subject: [PATCH] PHPBB3-13043 --- styles/prosilver/template/add_site.html | 48 +++++++++---------- styles/prosilver/template/catlist.html | 4 +- styles/prosilver/template/comments.html | 24 +++++----- styles/prosilver/template/footer.html | 2 +- styles/prosilver/template/recents.html | 10 ++-- styles/prosilver/template/search_body.html | 24 +++++----- styles/prosilver/template/search_results.html | 2 +- styles/prosilver/template/view_cat.html | 12 ++--- 8 files changed, 62 insertions(+), 64 deletions(-) diff --git a/styles/prosilver/template/add_site.html b/styles/prosilver/template/add_site.html index cb4375f..74274ca 100644 --- a/styles/prosilver/template/add_site.html +++ b/styles/prosilver/template/add_site.html @@ -1,9 +1,7 @@ {% include 'overall_header.html' %} - +
@@ -26,16 +24,16 @@

{{ lang('TITLE') }}

{% if S_GUEST or EDIT_GUEST %}
-
+
{% endif %}
-
+
-
+
-
- {{ lang('DIR_DESCRIPTION_EXP') }}

+
+ {{ lang('DIR_DESCRIPTION_EXP') }}

{% if BBCODE_STATUS %}
- {{ BBCODE_STATUS }}
+ {{ BBCODE_STATUS }}
{% if S_BBCODE_ALLOWED %} - {{ IMG_STATUS }}
- {{ FLASH_STATUS }}
- {{ URL_STATUS }}
+ {{ IMG_STATUS }}
+ {{ FLASH_STATUS }}
+ {{ URL_STATUS }}
{% endif %} {{ SMILIES_STATUS }}
@@ -66,29 +64,29 @@

{{ lang('TITLE') }}

{% if S_RSS %}
-

{{ lang('DIR_SITE_RSS_EXPLAIN') }}
-
+

{{ lang('DIR_SITE_RSS_EXPLAIN') }}
+
{% endif %} {% if S_BANNER %}
-

{{ lang('DIR_SITE_BANN_EXP') }}
-
- {% if EDIT_MODE %}
{% endif %} +

{{ lang('DIR_SITE_BANN_EXP') }}
+
+ {% if EDIT_MODE %}
{% endif %}
{% endif %} {% if S_BACK %}
-

{{ lang('DIR_SITE_BACK_EXPLAIN') }}
-
+

{{ lang('DIR_SITE_BACK_EXPLAIN') }}
+
{% endif %} {% if S_FLAG %}
-

{{ lang('DIR_FLAG_EXP') }}
+

{{ lang('DIR_FLAG_EXP') }}
+
{% endif %}
@@ -114,8 +112,8 @@

{{ lang('TITLE') }}

{{ S_HIDDEN_FIELDS }} -   - +   + {{ S_FORM_TOKEN }}
diff --git a/styles/prosilver/template/catlist.html b/styles/prosilver/template/catlist.html index 2e24026..574e668 100644 --- a/styles/prosilver/template/catlist.html +++ b/styles/prosilver/template/catlist.html @@ -29,9 +29,9 @@
  • - {{ cat.CAT_NAME }} ({{ cat.CAT_LINKS }})
    + {{ cat.CAT_NAME }} ({{ cat.CAT_LINKS }})
    {{ cat.CAT_DESC }} -

    +

    {% for subcat in cat.subcat %} {{ subcat.CAT_NAME }}({{ subcat.CAT_LINKS }}) {% endfor %} diff --git a/styles/prosilver/template/comments.html b/styles/prosilver/template/comments.html index 48e76d6..2a11d97 100644 --- a/styles/prosilver/template/comments.html +++ b/styles/prosilver/template/comments.html @@ -10,23 +10,23 @@

    {{ lang('DIR_REPLY_TITLE') }}

    {% EVENT posting_editor_smilies_before %} {% if S_SMILIES_ALLOWED and smiley %} - {{ lang('SMILIES') }}
    + {{ lang('SMILIES') }}
    {% for smiley in smiley %} - {{ smiley.SMILEY_CODE }} + {{ smiley.SMILEY_CODE }} {% endfor %} {% endif %} {% if S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED%} -
    {{ lang('MORE_SMILIES') }} +
    {{ lang('MORE_SMILIES') }} {% endif %} {% EVENT posting_editor_smilies_after %} {% if BBCODE_STATUS %}
    - {% if smiley %}
    {% endif %} - {{ BBCODE_STATUS }}
    + {% if smiley %}
    {% endif %} + {{ BBCODE_STATUS }}
    {% if S_BBCODE_ALLOWED %} - {{ IMG_STATUS }}
    - {{ FLASH_STATUS }}
    - {{ URL_STATUS }}
    + {{ IMG_STATUS }}
    + {{ FLASH_STATUS }}
    + {{ URL_STATUS }}
    {% endif %} {{ SMILIES_STATUS }}
    @@ -54,13 +54,13 @@

    {{ lang('DIR_REPLY_TITLE') }}

    - {{ S_HIDDEN_FIELDS }} + {{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
    -
    +
    {% endif %} {% if not S_HAVE_RESULT %}
    @@ -86,7 +86,7 @@

    {{ lang('DIR_REPLY_TITLE') }}

    {% if comment.S_IGNORE_POST %}
    - {{ comment.L_IGNORE_POST }}
    + {{ comment.L_IGNORE_POST }}
    {{ comment.L_POST_DISPLAY }}
    {% endif %} @@ -111,7 +111,7 @@

    {{ lang('DIR_REPLY_TITLE') }}

    -
    +
    {% endfor %} {% endif %}
    diff --git a/styles/prosilver/template/footer.html b/styles/prosilver/template/footer.html index 991b796..4c55393 100644 --- a/styles/prosilver/template/footer.html +++ b/styles/prosilver/template/footer.html @@ -8,7 +8,7 @@ #} {% if S_SIMPLE_MESSAGE %} {% include 'simple_footer.html' %} diff --git a/styles/prosilver/template/recents.html b/styles/prosilver/template/recents.html index 07c8c38..36a76c8 100644 --- a/styles/prosilver/template/recents.html +++ b/styles/prosilver/template/recents.html @@ -29,11 +29,11 @@

    {{ col.NAME }}

    - {{ lang('DIR_USER_PROP') }}{{ lang('COLON') }} {{ col.USER }}
    - {% if col.TIME %}» {{ col.TIME }}
    {% endif %} - {{ lang('DIR_CAT') }}{{ lang('COLON') }} {{ col.CAT }}
    - {{ col.L_DIR_SEARCH_NB_CLICKS }}{{ lang('COLON') }} {{ col.COUNT }}
    - {{ col.L_DIR_SEARCH_NB_COMMS }}{{ lang('COLON') }} {{ col.COMMENT }}
    + {{ lang('DIR_USER_PROP') }}{{ lang('COLON') }} {{ col.USER }}
    + {% if col.TIME %}» {{ col.TIME }}
    {% endif %} + {{ lang('DIR_CAT') }}{{ lang('COLON') }} {{ col.CAT }}
    + {{ col.L_DIR_SEARCH_NB_CLICKS }}{{ lang('COLON') }} {{ col.COUNT }}
    + {{ col.L_DIR_SEARCH_NB_COMMS }}{{ lang('COLON') }} {{ col.COMMENT }}
    diff --git a/styles/prosilver/template/search_body.html b/styles/prosilver/template/search_body.html index 9329089..0998b3a 100644 --- a/styles/prosilver/template/search_body.html +++ b/styles/prosilver/template/search_body.html @@ -9,9 +9,9 @@

    {{ lang('SEARCH_QUERY') }}

    -
    -
    -
    +
    +
    +
    @@ -27,24 +27,24 @@

    {{ lang('SEARCH_OPTIONS') }}

    - - + +
    -
    -
    -
    +
    +
    +
    -
    +
    {{ S_SELECT_SORT_KEY }}  - - + +
    @@ -57,7 +57,7 @@

    {{ lang('SEARCH_OPTIONS') }}

    -
    +
    diff --git a/styles/prosilver/template/search_results.html b/styles/prosilver/template/search_results.html index 95abff9..8450f1f 100644 --- a/styles/prosilver/template/search_results.html +++ b/styles/prosilver/template/search_results.html @@ -39,7 +39,7 @@

    {{ SEARCH_MATCHES }}{% if SEARCH_WORDS %}: {{ {{ lang('DIR_USER_PROP') }} {{ result.S_USER }}

    {% if result.IMG_FLAG %} -
    +
    {% endif %} {% if result.S_TIME %}
    » {{ result.S_TIME }}
    {% endif %}
    {{ lang('DIR_CAT') }}{{ lang('COLON') }} {{ result.S_CAT }}
    diff --git a/styles/prosilver/template/view_cat.html b/styles/prosilver/template/view_cat.html index 0797804..3f144c1 100644 --- a/styles/prosilver/template/view_cat.html +++ b/styles/prosilver/template/view_cat.html @@ -14,14 +14,14 @@

    {{ CAT_NAME }}

    @@ -42,24 +42,24 @@

    {{ CAT_NAME }}

    • -
       {{ site.NAME }}
      +
       {{ site.NAME }}
       
    -
    {{ lang('DIR_THUMB') }}
    +
    {{ lang('DIR_THUMB') }}
    {% if site.NOTE %}
    {{ lang('DIR_NOTE') }}{{ lang('COLON') }} {{ site.NOTE }}
    ({{ site.NB_VOTE }})
    {% endif %} {% if site.VOTE_LIST %}
    -
    +
    -
    {{ site.VOTE_LIST }} 
    +
    {{ site.VOTE_LIST }}