Skip to content

Commit

Permalink
Removed button class from steam sign in register button
Browse files Browse the repository at this point in the history
  • Loading branch information
LavaToaster committed Oct 23, 2014
1 parent 858448b commit 7538fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Fixed - Database columns not being added - Re-added install script to XML
Fixed - When determining the urls to be generated use the login over https setting rather than trying to work out if the browser is currently on a secure connection
Fixed - Missing language string - Re-added language bits to xml
Improvement - Refactored all template replacement strings into templates


1.0.5
Expand Down
2 changes: 1 addition & 1 deletion Steam_Login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ class steamInstall
<div class='ipsField_content'>
<ul class='ipsList_inline'>
</if>
<li><a href="{parse url="app=core&amp;module=global&amp;section=login&amp;do=process&amp;use_steam=1&amp;auth_key={$this->member->form_hash}" base="public"}" class="ipsButton_secondary"><img src="{$this->settings['public_dir']}/style_extra/signin/login-steam.png" alt="Steam"></a></li>
<li><a href="{parse url="app=core&amp;module=global&amp;section=login&amp;do=process&amp;use_steam=1&amp;auth_key={$this->member->form_hash}" base="public"}"><img src="{$this->settings['public_dir']}/style_extra/signin/login-steam.png" alt="Steam"></a></li>
<if test="loginButtonWrapEnd:|:$wrapButton">
</ul>
</div>
Expand Down

0 comments on commit 7538fd6

Please sign in to comment.