diff --git a/Source/MantisSourcePlugin.class.php b/Source/MantisSourcePlugin.class.php index 918430f..df70189 100644 --- a/Source/MantisSourcePlugin.class.php +++ b/Source/MantisSourcePlugin.class.php @@ -6,7 +6,7 @@ /** * Abstract class for simplifying creation of source control plugins. * @author John Reese - */ + */ abstract class MantisSourcePlugin extends MantisPlugin { public function hooks() { return array( @@ -97,6 +97,7 @@ /** * Output form elements for configuration options. + * The first div should have class 'spacer' */ public function update_config_form() {} diff --git a/Source/Source.ViewAPI.php b/Source/Source.ViewAPI.php index ed73887..c9c7760 100644 --- a/Source/Source.ViewAPI.php +++ b/Source/Source.ViewAPI.php @@ -84,7 +84,7 @@ - + -
- -
+
@@ -145,9 +143,7 @@
-
- -
+
@@ -252,9 +248,7 @@
-
- -
+
@@ -264,9 +258,7 @@
-
- -
+
/> @@ -286,9 +278,7 @@
-
- -
+
/> @@ -311,7 +301,6 @@ $t_vcs ) { if ( $t_vcs->configuration ) { - echo '
'; $t_vcs->update_config_form(); } } diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 72acdfc..e0f81cd 100755 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -124,7 +124,7 @@ - + @@ -143,7 +143,7 @@ echo plugin_lang_get( 'hub_app_authorized' ); endif; ?> - +