librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1062] mattl would prefer a button rather than a link.


From: Toby Inkster
Subject: [Librefm-commits] [1062] mattl would prefer a button rather than a link.
Date: Thu, 30 Apr 2009 15:08:56 +0000

Revision: 1062
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1062
Author:   tobyink
Date:     2009-04-30 15:08:54 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
mattl would prefer a button rather than a link.

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/group.tpl

Modified: trunk/nixtape/themes/librefm/templates/group.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/group.tpl    2009-04-30 12:46:46 UTC 
(rev 1061)
+++ trunk/nixtape/themes/librefm/templates/group.tpl    2009-04-30 15:08:54 UTC 
(rev 1062)
@@ -14,10 +14,10 @@
                        {if $isowner}
                        <a class="edit" href="{$link_edit}">[edit]</a>
                        {else}
-                       <a class="edit" href="{$link_leave}">[leave]</a>
+                       <form class="edit" action="{$link_leave}" 
method="get"><div><input type="submit" value=" leave " /></div></form>
                        {/if}
                {else}
-                       <a class="edit" href="{$link_join}">[join]</a>
+                       <form class="edit" action="{$link_join}" 
method="get"><div><input type="submit" value=" join " /></div></form>
                {/if}
        {/if}
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]