This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.1 has been updated
via 1972514e0510c4da2bc19e4eb9b59083c053f47c (commit)
via 04a482b8e9b89dcad6e268ab0fbe31aa4b5156b7 (commit)
from 116e884f2daae0e02fadc38512383289b4fc1631 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1972514e0510c4da2bc19e4eb9b59083c053f47c
commit 1972514e0510c4da2bc19e4eb9b59083c053f47c
Author: Franck Villaume <[email protected]>
Date: Sat Jan 13 17:47:48 2018 +0100
funky theme: fix jquery tabs. make it work with markdown
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index 6017273..39ddc10 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -73,7 +73,7 @@ class Theme_Funky extends Layout {
jQuery(":submit").button();
jQuery(":reset").button();
jQuery(":button").button();
- jQuery("[id^=tabber").tabs();
+ jQuery("#tabber").tabs();
jQuery("input").filter(\'[type="number"]\').spinner();
});
//]]>'."\n";
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=04a482b8e9b89dcad6e268ab0fbe31aa4b5156b7
commit 04a482b8e9b89dcad6e268ab0fbe31aa4b5156b7
Author: Franck Villaume <[email protected]>
Date: Sat Jan 13 17:46:56 2018 +0100
less string & tabs
diff --git a/src/www/project/admin/index.php b/src/www/project/admin/index.php
index 860745c..4c01d96 100644
--- a/src/www/project/admin/index.php
+++ b/src/www/project/admin/index.php
@@ -121,13 +121,13 @@ project_admin_header(array('title'=>sprintf(_('Project
Information for %s'), $gr
if (forge_get_config('use_shell')) {
?>
-<p><?php echo _('Group shell (SSH) server:') ?> <strong><?php echo
forge_get_config('shell_host'); ?></strong></p>
-<p><?php echo _('Group directory on shell server:') ?><br/><strong><?php echo
account_group_homedir($group->getUnixName()); ?></strong></p>
-<p><?php echo _('Project WWW directory on shell server:') ?><br
/><strong><?php echo account_group_homedir($group->getUnixName()).'/htdocs';
?></strong></p>
+<p><?php echo _('Group shell (SSH) server')._(':') ?> <strong><?php echo
forge_get_config('shell_host'); ?></strong></p>
+<p><?php echo _('Group directory on shell server')._(':') ?><br/><strong><?php
echo account_group_homedir($group->getUnixName()); ?></strong></p>
+<p><?php echo _('Project WWW directory on shell server')._(':') ?><br
/><strong><?php echo account_group_homedir($group->getUnixName()).'/htdocs';
?></strong></p>
<?php
- } //end of use_shell condition
+} //end of use_shell condition
- echo $HTML->openForm(array('action' => getStringFromServer('PHP_SELF'),
'method' => 'post'));
+echo $HTML->openForm(array('action' => getStringFromServer('PHP_SELF'),
'method' => 'post'));
?>
<input type="hidden" name="group_id" value="<?php echo $group->getID(); ?>" />
-----------------------------------------------------------------------
Summary of changes:
src/www/project/admin/index.php | 10 +++++-----
src/www/themes/funky/Theme.class.php | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits