Skip to content

Commit

Permalink
Merge pull request #175 from walterrowe/patch-3
Browse files Browse the repository at this point in the history
Make slideshow link a button
  • Loading branch information
mark0263 committed Oct 20, 2016
2 parents 4fa8e2c + c4c7dc8 commit 4a7edc1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions private/plugins/mediagallery/templates/album_page.thtml
Expand Up @@ -49,8 +49,8 @@
<div class="uk-width-1-2 uk-margin-remove uk-vertical-align">
{!if url_slideshow}
<div id="mgslideshow" class="uk-vertical-align-middle">
<a href="{url_slideshow}">
<span class="uk-text-bold">{lang_slideshow}</span>
<a class="uk-button" href="{url_slideshow}">
{lang_slideshow}
</a>
</div>
{!endif}
Expand Down
Expand Up @@ -50,8 +50,8 @@
<div class="uk-width-1-2 uk-margin-remove uk-vertical-align">
{!if url_slideshow}
<div id="mgslideshow" class="uk-vertical-align-middle">
<a href="{url_slideshow}">
<span class="uk-text-bold">{lang_slideshow}</span>
<a class="uk-button" href="{url_slideshow}">
{lang_slideshow}
</a>
</div>
{!endif}
Expand Down Expand Up @@ -153,4 +153,4 @@
</div>
</div>
</div>
{# end {templatelocation} #}
{# end {templatelocation} #}
Expand Up @@ -50,8 +50,8 @@
<div class="uk-width-1-2 uk-margin-remove uk-vertical-align">
{!if url_slideshow}
<div id="mgslideshow" class="uk-vertical-align-middle">
<a href="{url_slideshow}">
<span class="uk-text-bold">{lang_slideshow}</span>
<a class="uk-button" href="{url_slideshow}">
{lang_slideshow}
</a>
</div>
{!endif}
Expand Down Expand Up @@ -157,4 +157,4 @@
</div>
</div>
</div>
{# end {templatelocation} #}
{# end {templatelocation} #}
Expand Up @@ -68,8 +68,8 @@ video {
<div class="uk-width-1-2 uk-margin-remove uk-vertical-align">
{!if url_slideshow}
<div id="mgslideshow" class="uk-vertical-align-middle">
<a href="{url_slideshow}">
<span class="uk-text-bold">{lang_slideshow}</span>
<a class="uk-button" href="{url_slideshow}">
{lang_slideshow}
</a>
</div>
{!endif}
Expand Down Expand Up @@ -163,4 +163,4 @@ video {
</div>
</div>

{# end {templatelocation} #}
{# end {templatelocation} #}

0 comments on commit 4a7edc1

Please sign in to comment.