-
Notifications
You must be signed in to change notification settings - Fork 69
Helpbutton #100
base: develop
Are you sure you want to change the base?
Helpbutton #100
Conversation
[WIP] Roadmap 1
@@ -147,6 +147,12 @@ function pokemonFilterImages($noPokemonNumbers) | |||
title="PayPal - The safer, easier way to pay online!" alt="Donate" style="float: right;"> | |||
</a>'; | |||
} | |||
if ($helplink != "") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to if (!empty($helplink)) {
@@ -147,6 +147,12 @@ function pokemonFilterImages($noPokemonNumbers) | |||
title="PayPal - The safer, easier way to pay online!" alt="Donate" style="float: right;"> | |||
</a>'; | |||
} | |||
if ($helplink != "") { | |||
echo '<a href="' . $helplink . '" target="_blank" style="margin-bottom: 5px; vertical-align: middle; padding:0 5px;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move CSS style into one of the SCSS files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iroken222 I copied and pasted this from the paypalurl/discordurl above it, do you want me to move those into stylesheets as well so they can be consistent?
if ($helplink != "") { | ||
echo '<a href="' . $helplink . '" target="_blank" style="margin-bottom: 5px; vertical-align: middle; padding:0 5px;"> | ||
<img src="static/images/help.png" border="0" name="submit" | ||
title="Help for this map." alt="Help" style="float: right;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move styles into stylesheets.
Designed to give us an option to create a help page or video for users to help explain how the map works.