diff --git a/module/file/view/buildform.html.php b/module/file/view/buildform.html.php
index c4ba8dce58..fab21c0c79 100644
--- a/module/file/view/buildform.html.php
+++ b/module/file/view/buildform.html.php
@@ -1,18 +1,22 @@
+
+
EOT;
for($i = 1; $i <= $fileCount; $i ++) echo str_replace('$i', $i, $fileRow);
?>
diff --git a/module/my/view/blockproducts.html.php b/module/my/view/blockproducts.html.php
index c847052de3..81c012447f 100644
--- a/module/my/view/blockproducts.html.php
+++ b/module/my/view/blockproducts.html.php
@@ -4,7 +4,7 @@
my->home->products;?>
- createLink('product', 'create'), " " . $lang->my->home->createProduct,'', "class='btn btn-success'");?> " . $lang->my->home->help; ?>
+ createLink('product', 'create'), " " . $lang->my->home->createProduct,'', "class='btn btn-primary'");?> " . $lang->my->home->help; ?>
diff --git a/module/my/view/blockprojects.html.php b/module/my/view/blockprojects.html.php
index 18563bde94..c385be05e6 100644
--- a/module/my/view/blockprojects.html.php
+++ b/module/my/view/blockprojects.html.php
@@ -4,7 +4,7 @@
my->home->projects;?>
- createLink('project', 'create'), " " . $lang->my->home->createProject,'', "class='btn btn-success'");?> " . $lang->my->home->help; ?>
+ createLink('project', 'create'), " " . $lang->my->home->createProject,'', "class='btn btn-primary'");?> " . $lang->my->home->help; ?>
diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php
index 4136d18f7c..1dc09320d8 100644
--- a/module/project/view/story.html.php
+++ b/module/project/view/story.html.php
@@ -29,7 +29,7 @@