]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
name of form on remote subscribe changed
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 00:53:42 +0000 (20:53 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 00:53:42 +0000 (20:53 -0400)
darcs-hash:20080709005342-84dde-de6e2ce487c54ac53ea60757f216e4ba6379f196.gz

actions/remotesubscribe.php

index ce8b4057b21ddd12acaac629b3c1674d0ba1437f..ea63f2229683f3a5c93ff575f0fffe98ebdd299e 100644 (file)
@@ -64,7 +64,9 @@ class RemotesubscribeAction extends Action {
                $profile = $this->trimmed('profile_url');
                common_show_header(_t('Remote subscribe'), NULL, $err,
                                                   array($this, 'show_top'));
-               common_element_start('form', array('id' => 'remotesubscribe', 'method' => 'post',
+               # id = remotesubscribe conflicts with the 
+               # button on profile page
+               common_element_start('form', array('id' => 'remsub', 'method' => 'post',
                                                                                   'action' => common_local_url('remotesubscribe')));
                common_input('nickname', _t('User nickname'), $nickname,
                                         _t('Nickname of the user you want to follow'));