1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/oauth] Start implementing link/unlink actions

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-14 15:19:26 -04:00
parent 836d3ba22e
commit 67b1ec5bb8
3 changed files with 26 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
</dl>
<dl>
<dt>&nbsp;</dt>
<dd><input type="submit" name="unlink" tabindex="6" value="{L_UNLINK}" class="button1" /></dd>
<dd><input type="submit" name="submit" tabindex="6" value="{L_UNLINK}" class="button1" /></dd>
</dl>
<!-- ELSE -->
<dl>
@@ -18,7 +18,7 @@
</dl>
<dl>
<dt>&nbsp;</dt>
<dd><input type="submit" name="link" tabindex="6" value="{L_LINK}" class="button1" /></dd>
<dd><input type="submit" name="submit" tabindex="6" value="{L_LINK}" class="button1" /></dd>
</dl>
<!-- ENDIF-->
</fieldset>