diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 6dc5860648..6ee41bdfb3 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -18,7 +18,7 @@ js::set('holders', $lang->bug->placeholder); js::set('page', 'create'); js::set('createRelease', $lang->release->create); js::set('createBuild', $lang->build->create); -js::set('refresh', $lang->refresh); +js::set('refresh', ""); js::set('flow', $config->global->flow); js::set('stepsRequired', $stepsRequired); js::set('stepsNotEmpty', $lang->bug->stepsNotEmpty); @@ -69,7 +69,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug¤tModuleID=0&branch=$branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; - echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'"); + echo html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadProductModules($productID)'"); echo ''; } ?> diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 6cec5cb94c..94bb5d6641 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -111,7 +111,7 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project); echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug¤tModuleID=0&branch=$bug->branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; - echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'"); + echo html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadProductModules($productID)'"); echo ''; } ?> diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index ef6586f763..97a31c2038 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -60,7 +60,7 @@ echo "
"; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=story¤tModuleID=0&branch=$branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='90%'"); echo '  '; - echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'"); + echo html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadProductModules($productID)'"); echo '
'; } ?> diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 9b0f5bc552..9d026a3127 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -106,7 +106,7 @@ echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$story->product&view=story¤tModuleID=0&branch=$story->branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; - echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($story->product)'"); + echo html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadProductModules($story->product)'"); echo ''; } ?> diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php index 54433855c8..e1e3ab9690 100644 --- a/module/testcase/view/create.html.php +++ b/module/testcase/view/create.html.php @@ -56,7 +56,7 @@ { echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case¤tModuleID=0&branch=$branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); - echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'"); + echo html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadProductModules($productID)'"); echo ''; } ?> diff --git a/module/testcase/view/edit.html.php b/module/testcase/view/edit.html.php index 15eacebfe5..3f9e41a7e5 100644 --- a/module/testcase/view/edit.html.php +++ b/module/testcase/view/edit.html.php @@ -164,7 +164,7 @@ echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$libID&view=caselib¤tModuleID=0&branch=$case->branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; - echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadLibModules($libID)'"); + echo html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadLibModules($libID)'"); echo ''; } ?> @@ -192,7 +192,7 @@ echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case¤tModuleID=0&branch=$case->branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; - echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'"); + echo html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadProductModules($productID)'"); echo ''; } diff --git a/module/tree/control.php b/module/tree/control.php index b88676aeef..ef47b8fe2b 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -523,7 +523,7 @@ class tree extends control $output .= ""; $output .= html::a($this->createLink('tree', 'browse', "rootID=$rootID&view=$viewType¤tModuleID=0&branch=$branch", '', true), $this->lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); $output .= '  '; - $output .= html::a("javascript:void(0)", $this->lang->refresh, '', "class='refresh' onclick='loadProductModules($rootID)'"); + $output .= html::a("javascript:void(0)", "", '', "class='refresh' onclick='loadProductModules($rootID)'"); $output .= ''; } }