Skip to content

Commit

Permalink
Rss usable css (#354)
Browse files Browse the repository at this point in the history
* 3.7.2 intl fix (#270)

* fix for issue 257

* (int) PHP_INT_MAX

#257

* 3.7.2

* upd 3.7.2 boot for intl (#271)

* fix for issue 257

* (int) PHP_INT_MAX

#257

* 3.7.2

* upd boot for intl

* upd boot for intl

* fix intl test (#272)

* fix for issue 257

* (int) PHP_INT_MAX

#257

* 3.7.2

* upd boot for intl

* upd boot for intl

* fix intl test

* fix flux rss (aggrégateur)

#269

* no-intl support

#274

* update readme

un peu spécifique sur certains détails

* add 3.7.3 tag in update process

* Revert "Merge branch 'dev' into master"
rollback

This reverts commit 7fcebc1, reversing
changes made to 020dd25.

* fix compat PHP 5.5

see issue #280

* fix feed

#281

* 3.7.4

* remove note

* update version

* update for 3.7.4

* Update VERSION

* Patch preference error - #293

* Travis compliant

* upd feed : previous/next page, filter char 4bytes (#292)

* update for previous/next page

#283

* fix char 4b filter

* My bad ... psr 2

* fix pagination and pages navigation (#299)

* fix pagination and pages navigation

* Update feed.php

* fix update from the lastest local dev

* fix wrong fn call

* miss 1 wrong fn ... :/

* update pagination system

* psr2

my bad ...

* Update feed.php

* Release 3.7.5 (#317)

* update to 3.7.5

* Update VERSION

* update version

* update version

* fix #351
  • Loading branch information
Thuban authored and remrem committed Jan 29, 2018
1 parent 4058352 commit 86e1737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions admin/feed.php
Expand Up @@ -344,6 +344,7 @@ traitment_form_feed_conf();
$tableau = array_reverse($tableau);
}


// get pagination
$btn_previous_page = '';
$btn_next_page = '';
Expand Down
4 changes: 2 additions & 2 deletions admin/style/style-mobile-lt700px.css
Expand Up @@ -140,8 +140,8 @@
}

#feed-list {
transform: translateX(-100%) translateX(10px);
padding-right: 12px;
transform: translateX(-100%) translateX(25px);
padding-right: 25px;
position: absolute;
z-index: 1;
left: 0;
Expand Down

0 comments on commit 86e1737

Please sign in to comment.