Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Geeklog-Core/geeklog
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Jan 25, 2019
2 parents 7c8ed1f + 70adcfa commit dbc7cb2
Show file tree
Hide file tree
Showing 26 changed files with 80 additions and 11 deletions.
3 changes: 2 additions & 1 deletion language/english.php
Expand Up @@ -490,7 +490,8 @@
5 => 'Next',
6 => 'Previous',
7 => 'First',
8 => 'Last'
8 => 'Last',
9 => 'Page navigation'
);

###############################################################################
Expand Down
3 changes: 2 additions & 1 deletion language/english_utf-8.php
Expand Up @@ -490,7 +490,8 @@
5 => 'Next',
6 => 'Previous',
7 => 'First',
8 => 'Last'
8 => 'Last',
9 => 'Page navigation'
);

###############################################################################
Expand Down
3 changes: 2 additions & 1 deletion language/japanese_utf-8.php
Expand Up @@ -498,7 +498,8 @@
5 => '次へ',
6 => '前へ',
7 => '最初',
8 => '最後'
8 => '最後',
9 => 'ページナビゲーション'
);

###############################################################################
Expand Down
6 changes: 6 additions & 0 deletions public_html/layout/denim/css_ltr/style.almost-flat.css
Expand Up @@ -462,6 +462,12 @@ input[type="reset"]:disabled {
padding-right: .8em;
}

.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
/* used with calendar plugin */
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_ltr/style.almost-flat.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions public_html/layout/denim/css_ltr/style.css
Expand Up @@ -421,6 +421,11 @@ input[type="reset"]:disabled {
padding-left: .8em;
padding-right: .8em;
}
.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
Expand Down
6 changes: 6 additions & 0 deletions public_html/layout/denim/css_ltr/style.gradient.css
Expand Up @@ -475,6 +475,12 @@ input[type="reset"]:disabled {
padding-right: .8em;
}

.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
/* used with calendar plugin */
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_ltr/style.gradient.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public_html/layout/denim/css_ltr/style.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions public_html/layout/denim/css_rtl/style.almost-flat.css
Expand Up @@ -462,6 +462,12 @@ input[type="reset"]:disabled {
padding-left: .8em;
}

.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
/* used with calendar plugin */
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_rtl/style.almost-flat.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions public_html/layout/denim/css_rtl/style.css
Expand Up @@ -422,6 +422,12 @@ input[type="reset"]:disabled {
padding-left: .8em;
}

.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
/* used with calendar plugin */
Expand Down
6 changes: 6 additions & 0 deletions public_html/layout/denim/css_rtl/style.gradient.css
Expand Up @@ -475,6 +475,12 @@ input[type="reset"]:disabled {
padding-left: .8em;
}

.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
/* used with calendar plugin */
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim/css_rtl/style.gradient.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public_html/layout/denim/css_rtl/style.min.css

Large diffs are not rendered by default.

Expand Up @@ -78,6 +78,11 @@ $stage = 'compatible'
padding-left: 0.8em
padding-right: 0.8em

.gl-screen-reader-only
position: absolute
left: 0
clip: rect(1px, 1px, 1px, 1px)

/*! Forms */

.form-description
Expand Down
1 change: 1 addition & 0 deletions public_html/layout/denim/pagenavigation.thtml
@@ -1,5 +1,6 @@
{# begin {templatelocation} #}

<h3 class="gl-screen-reader-only">{lang_page_navigation}</h3>{# Visible to screen readers only #}
<div class="uk-grid uk-text-center uk-margin-bottom uk-margin-small-top">
<div class="uk-width-1-1">
{message}
Expand Down
6 changes: 6 additions & 0 deletions public_html/layout/denim_three/css_ltr/style.css
Expand Up @@ -749,6 +749,12 @@ textarea:not(.uk-textarea) {
padding-right: .8em;
}

.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
/* used with calendar plugin */
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/css_ltr/style.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions public_html/layout/denim_three/css_rtl/style.css
Expand Up @@ -749,6 +749,12 @@ textarea:not(.uk-textarea) {
padding-left: .8em;
}

.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms */
.form-description {
/* used with calendar plugin */
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/css_rtl/style.min.css

Large diffs are not rendered by default.

Expand Up @@ -78,6 +78,11 @@ $stage = 'compatible'
padding-left: 0.8em
padding-right: 0.8em

.gl-screen-reader-only
position: absolute
left: 0
clip: rect(1px, 1px, 1px, 1px)

/*! Forms */

.form-description
Expand Down
1 change: 1 addition & 0 deletions public_html/layout/denim_three/pagenavigation.thtml
@@ -1,5 +1,6 @@
{# begin {templatelocation} #}

<h3 class="gl-screen-reader-only">{lang_page_navigation}</h3>{# Visible to screen readers only #}
<div class="uk-grid" uk-margin>
<div class="uk-width-1-1">
{message}
Expand Down
5 changes: 5 additions & 0 deletions public_html/layout/modern_curve/css/compatible.css
Expand Up @@ -180,6 +180,11 @@
padding-left:0.3em;
padding-right:0.3em;
}
.gl-screen-reader-only {
position: absolute;
left: 0;
clip: rect(1px, 1px, 1px, 1px);
}

/* Forms **********************************************************************/
.form-description {
Expand Down
1 change: 1 addition & 0 deletions public_html/layout/modern_curve/pagenavigation.thtml
@@ -1,5 +1,6 @@
{# begin {templatelocation} #}

<h3 class="gl-screen-reader-only">{lang_page_navigation}</h3>{# Visible to screen readers only #}
<div class="gl-pagenav">
{message}<span>{start_first_anchortag}{lang_first}{end_first_anchortag}</span> |
<span>{start_previous_anchortag}{lang_previous}{end_previous_anchortag}</span> |
Expand Down
1 change: 1 addition & 0 deletions public_html/lib-common.php
Expand Up @@ -5063,6 +5063,7 @@ function COM_printPageNavigation($base_url, $currentPage, $num_pages,
$page_navigation->set_block('page_navigation', $block);
}

$page_navigation->set_var('lang_page_navigation', $LANG05[9]);
$page_navigation->set_var('lang_first', $LANG05[7]);
$page_navigation->set_var('lang_previous', $LANG05[6]);
$page_navigation->set_var('lang_next', $LANG05[5]);
Expand Down

0 comments on commit dbc7cb2

Please sign in to comment.