diff --git a/module/admin/view/bind.html.php b/module/admin/view/bind.html.php index 4964612a4a..feb1505971 100644 --- a/module/admin/view/bind.html.php +++ b/module/admin/view/bind.html.php @@ -16,11 +16,11 @@ admin->bind->caption;?> user->account;?> - + user->password;?> - + diff --git a/module/admin/view/register.html.php b/module/admin/view/register.html.php index 2d886e9e71..38a407fe03 100644 --- a/module/admin/view/register.html.php +++ b/module/admin/view/register.html.php @@ -16,31 +16,31 @@ admin->register->caption;?> user->account;?> - *' . $lang->admin->register->lblAccount;?> + *' . $lang->admin->register->lblAccount;?> user->realname;?> - *';?> + *';?> user->company;?> - company, "class='text-3'");?> + company, "class='form-control'");?> user->phone;?> - + user->email;?> - email, "class='text-3'") . '*';?> + email, "class='form-control'") . '*';?> user->password;?> - *' . $lang->admin->register->lblPasswd;?> + *' . $lang->admin->register->lblPasswd;?> user->password2;?> - *';?> + *';?> diff --git a/module/bug/view/activate.html.php b/module/bug/view/activate.html.php index 9fe2a6e3a5..a836c2bc05 100644 --- a/module/bug/view/activate.html.php +++ b/module/bug/view/activate.html.php @@ -17,7 +17,7 @@ title;?> bug->assignedTo;?> - resolvedBy, 'class=select-3');?> + resolvedBy, "class='form-control'");?> bug->openedBuild;?> diff --git a/module/bug/view/browse.custom.html.php b/module/bug/view/browse.custom.html.php index 92c591fb50..13d87d0078 100644 --- a/module/bug/view/browse.custom.html.php +++ b/module/bug/view/browse.custom.html.php @@ -78,7 +78,7 @@ ?> -
show();?>
+
show();?>
diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 83249a0f29..0f070c6e52 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -36,7 +36,7 @@ js::set('customed', $customed); echo " {$lang->bug->byQuery} "; ?> -
+
'; @@ -197,7 +197,7 @@ if($customed) ?>
-
show();?>
+
show();?>
diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 1646bffc31..8796bec49f 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -29,7 +29,7 @@ js::set('refresh', $lang->refresh); bug->lblProductAndModule;?> - + refresh); bug->lblAssignedTo;?> - + bug->title;?> - + bug->steps;?> @@ -100,13 +100,13 @@ js::set('refresh', $lang->refresh); bug->keywords;?> - + bug->files;?> diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 5c5c855341..f1b325dbf2 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -72,35 +72,35 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); - + - - - - + @@ -108,23 +108,23 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); - + - + - + - + - +
bug->product;?>
bug->module;?> - +
bug->productplan;?> - plan, 'class=select-3');?> + plan, "class='form-control'");?>
bug->type;?>bug->typeList, $bug->type, 'class=select-3');?> + bug->typeList, $bug->type, "class='form-control'");?>
bug->severity;?>bug->severityList, $bug->severity, 'class=select-3');?> + bug->severityList, $bug->severity, "class='form-control'");?>
bug->pri;?>bug->priList, $bug->pri, 'class=select-3');?> + bug->priList, $bug->pri, "class='form-control'");?>
bug->status;?>bug->statusList, $bug->status, 'class=select-3');?>bug->statusList, $bug->status, "class='form-control'");?>
bug->confirmed;?>
bug->assignedTo;?>assignedTo, "class='select-3 chosen'");?>assignedTo, "class='form-control chosen'");?>
bug->os;?>bug->osList, $bug->os, 'class=select-3');?>bug->osList, $bug->os, "class='form-control'");?>
bug->browser;?>bug->browserList, $bug->browser, 'class=select-3');?>bug->browserList, $bug->browser, "class='form-control'");?>
bug->keywords;?>keywords, 'class="text-1"');?>keywords, 'class="form-control"');?>
bug->mailto;?>mailto), 'class="text-1" multiple');?>mailto), 'class="form-control" multiple');?>
@@ -143,7 +143,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); bug->task;?> -
task, 'class=select-3');?>
+
task, "class='form-control'");?>
@@ -161,7 +161,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); bug->resolvedBy;?> - resolvedBy, 'class=select-3');?> + resolvedBy, "class='form-control'");?> bug->resolvedDate;?> @@ -169,7 +169,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); bug->resolvedBuild;?> - resolvedBuild, 'class=select-3');?> + resolvedBuild, "class='form-control'");?> bug->resolution;?> @@ -181,7 +181,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); bug->closedBy;?> - closedBy, 'class=select-3');?> + closedBy, "class='form-control'");?> bug->closedDate;?> @@ -194,11 +194,11 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); - + - +
bug->linkBug;?>linkBug, 'class="text-1"');?>linkBug, 'class="form-control"');?>
bug->case;?>case, 'class="text-1"');?>case, 'class="form-control"');?>
diff --git a/module/bug/view/m.activate.html.php b/module/bug/view/m.activate.html.php index c515e01018..04ff071c78 100755 --- a/module/bug/view/m.activate.html.php +++ b/module/bug/view/m.activate.html.php @@ -5,7 +5,7 @@ - + diff --git a/module/bug/view/m.assignto.html.php b/module/bug/view/m.assignto.html.php index 336a70df50..4ee3deb8e5 100755 --- a/module/bug/view/m.assignto.html.php +++ b/module/bug/view/m.assignto.html.php @@ -5,7 +5,7 @@
bug->assignedTo?>resolvedBy, 'class=select-3');?>resolvedBy, "class='form-control'");?>
bug->openedBuild;?>
- + diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index 0de14365b2..59498042e2 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -30,7 +30,7 @@
bug->assignedTo;?>assignedTo, "class='text-3'");?>assignedTo, "class='form-control'");?>
comment;?>
$chartContent):?> diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index 1231a3d872..21a93908f2 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -25,15 +25,15 @@ - + - + - + diff --git a/module/build/control.php b/module/build/control.php index 66ab2d37e9..14b0ed34b8 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -214,7 +214,7 @@ class build extends control { if($varName == 'openedBuild' ) die(html::select($varName . '[]', $this->build->getProductBuildPairs($productID, 'noempty,release'), $build, 'size=4 class=select-3 multiple')); if($varName == 'openedBuilds' ) die(html::select($varName . "[$index][]", $this->build->getProductBuildPairs($productID, 'noempty,release'), $build, 'size=4 class=select-3 multiple')); - if($varName == 'resolvedBuild') die(html::select($varName, $this->build->getProductBuildPairs($productID, 'noempty,release'), $build, 'class=select-3')); + if($varName == 'resolvedBuild') die(html::select($varName, $this->build->getProductBuildPairs($productID, 'noempty,release'), $build, "class='form-control'")); } /** @@ -242,7 +242,7 @@ class build extends control die($output); } if($varName == 'openedBuilds') die(html::select($varName . "[$index][]", $this->build->getProjectBuildPairs($projectID, $productID, 'noempty'), $build, 'size=4 class=select-3 multiple')); - if($varName == 'resolvedBuild') die(html::select($varName, $this->build->getProjectBuildPairs($projectID, $productID, 'noempty'), $build, 'class=select-3')); - if($varName == 'testTaskBuild') die(html::select('build', $this->build->getProjectBuildPairs($projectID, $productID, 'noempty'), $build, 'class=select-3')); + if($varName == 'resolvedBuild') die(html::select($varName, $this->build->getProjectBuildPairs($projectID, $productID, 'noempty'), $build, "class='form-control'")); + if($varName == 'testTaskBuild') die(html::select('build', $this->build->getProjectBuildPairs($projectID, $productID, 'noempty'), $build, "class='form-control'")); } } diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php index 188cf63669..ac0b1f58da 100644 --- a/module/build/view/create.html.php +++ b/module/build/view/create.html.php @@ -18,12 +18,12 @@ - + @@ -37,7 +37,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php index 079e6fcbb1..f1fd7a64a9 100644 --- a/module/build/view/edit.html.php +++ b/module/build/view/edit.html.php @@ -18,11 +18,11 @@ - + - + @@ -34,7 +34,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/module/company/view/edit.html.php b/module/company/view/edit.html.php index ff326cb6fc..f6d70b43f3 100644 --- a/module/company/view/edit.html.php +++ b/module/company/view/edit.html.php @@ -16,31 +16,31 @@ - + - + - + - + - + - + - + diff --git a/module/convert/view/convertIssue.html.php b/module/convert/view/convertIssue.html.php index b94b65446d..42ab4100f1 100644 --- a/module/convert/view/convertIssue.html.php +++ b/module/convert/view/convertIssue.html.php @@ -10,7 +10,7 @@ - + diff --git a/module/convert/view/setbugfree.html.php b/module/convert/view/setbugfree.html.php index 098dd629ed..8137fe9cef 100644 --- a/module/convert/view/setbugfree.html.php +++ b/module/convert/view/setbugfree.html.php @@ -1,34 +1,34 @@ - + - + - + - + - + - + 1):?> - + - + diff --git a/module/convert/view/setredmine.html.php b/module/convert/view/setredmine.html.php index fd459f6e03..646d7433cf 100644 --- a/module/convert/view/setredmine.html.php +++ b/module/convert/view/setredmine.html.php @@ -1,28 +1,28 @@ - + - + - + - + - + - + - + diff --git a/module/custom/view/set.html.php b/module/custom/view/set.html.php index 704325399f..943f5082a4 100644 --- a/module/custom/view/set.html.php +++ b/module/custom/view/set.html.php @@ -16,7 +16,7 @@ $itemRow = << - + diff --git a/module/doc/view/editlib.html.php b/module/doc/view/editlib.html.php index 4241006bf2..0941203829 100644 --- a/module/doc/view/editlib.html.php +++ b/module/doc/view/editlib.html.php @@ -19,7 +19,7 @@ - +
bug->report->common;?>
-
createLink('bug', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID"), $lang->goback);?>
+
createLink('bug', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID"), $lang->goback);?>
bug->resolvedBuild;?>
bug->resolvedDate;?>
bug->assignedTo;?>openedBy, "class='select-3 chosen'");?>openedBy, "class='form-control chosen'");?>
comment;?>
build->create;?>
build->product;?>
build->name;?> - + (' . $lang->build->last . ': ' . $lastBuild->name . ')';?>
build->scmPath;?>
build->packageType;?>
build->filePath;?>
build->files;?>
build->edit;?>
build->product;?>product, "class='select-3'");?>product, "class='form-control'");?>
build->name;?>name, "class='text-3'");?>name, "class='form-control'");?>
build->builder;?>
build->scmPath;?>scmPath, "class='text-1'");?>scmPath, "class='form-control'");?>
build->packageType;?>
build->filePath;?>filePath, "class='text-1'");?>filePath, "class='form-control'");?>
build->files;?>
company->edit;?>
company->name;?>name, "class='text-1'");?>name, "class='form-control'");?>
company->phone;?>phone, "class='text-1'");?>phone, "class='form-control'");?>
company->fax;?>fax, "class='text-1'");?>fax, "class='form-control'");?>
company->address;?>address, "class='text-1'");?>address, "class='form-control'");?>
company->zipcode;?>zipcode, "class='text-1'");?>zipcode, "class='form-control'");?>
company->website;?>website ? $company->website : 'http://', "class='text-1'");?>website ? $company->website : 'http://', "class='form-control'");?>
company->backyard;?>backyard ? $company->backyard : 'http://', "class='text-1'");?>backyard ? $company->backyard : 'http://', "class='form-control'");?>
company->guest;?>
name;?>name", $lang->convert->directionList, '', "class='select-3'");?>name", $lang->convert->directionList, '', "class='form-control'");?>
convert->dbHost;?>db->host, "class='text-3'");?>db->host, "class='form-control'");?>
convert->dbPort;?>db->port, "class='text-3'");?>db->port, "class='form-control'");?>
convert->dbUser;?>db->user, "class='text-3'");?>db->user, "class='form-control'");?>
convert->dbPassword;?>db->password, "class='text-3'");?>db->password, "class='form-control'");?>
convert->dbName, $source);?>
convert->dbCharset, $source);?>
convert->dbPrefix, $source);?>
convert->installPath, $source);?>
convert->dbHost;?>db->host, "class='text-3'");?>db->host, "class='form-control'");?>
convert->dbPort;?>db->port, "class='text-3'");?>db->port, "class='form-control'");?>
convert->dbUser;?>db->user, "class='text-3'");?>db->user, "class='form-control'");?>
convert->dbPassword;?>db->password, "class='text-3'");?>db->password, "class='form-control'");?>
convert->dbName, $source);?>
convert->dbCharset, $source);?>
convert->installPath, $source);?>
- + diff --git a/module/doc/view/browse.html.php b/module/doc/view/browse.html.php index 6ecf68e1e3..e13240afed 100644 --- a/module/doc/view/browse.html.php +++ b/module/doc/view/browse.html.php @@ -23,7 +23,7 @@ var browseType = ''; doc->moduleDoc;?>  doc->searchDoc;?> -
+
diff --git a/module/doc/view/createlib.html.php b/module/doc/view/createlib.html.php index 782205ffad..c743e41b5e 100644 --- a/module/doc/view/createlib.html.php +++ b/module/doc/view/createlib.html.php @@ -16,7 +16,7 @@
doc->createLib;?>
doc->libName;?>
doc->editLib;?>
doc->libName;?>
diff --git a/module/extension/view/obtain.html.php b/module/extension/view/obtain.html.php index dce3fda8ca..7f7840a614 100644 --- a/module/extension/view/obtain.html.php +++ b/module/extension/view/obtain.html.php @@ -26,7 +26,7 @@
extension->bySearch;?>
extension->byCategory;?>
@@ -45,7 +45,7 @@ + + + + + + + + +
name . "($currentRelease->releaseVersion)";?>
-
+
releaseVersion != $currentRelease->releaseVersion) { diff --git a/module/group/view/browse.html.php b/module/group/view/browse.html.php index 94b8123c69..c95c7fdf64 100644 --- a/module/group/view/browse.html.php +++ b/module/group/view/browse.html.php @@ -16,7 +16,7 @@ diff --git a/module/group/view/copy.html.php b/module/group/view/copy.html.php index 59129d4a71..68184bea50 100644 --- a/module/group/view/copy.html.php +++ b/module/group/view/copy.html.php @@ -16,7 +16,7 @@ - + diff --git a/module/group/view/edit.html.php b/module/group/view/edit.html.php index 0133c60f88..bbb8c7669b 100644 --- a/module/group/view/edit.html.php +++ b/module/group/view/edit.html.php @@ -16,7 +16,7 @@ - + diff --git a/module/install/view/step2.html.php b/module/install/view/step2.html.php index 7f46bf6618..05c56f8c6d 100644 --- a/module/install/view/step2.html.php +++ b/module/install/view/step2.html.php @@ -20,7 +20,7 @@ - + diff --git a/module/mail/view/edit.html.php b/module/mail/view/edit.html.php index d2a5b2f1e1..b8a26b6460 100755 --- a/module/mail/view/edit.html.php +++ b/module/mail/view/edit.html.php @@ -44,7 +44,7 @@ include '../../common/view/header.html.php'; - + diff --git a/module/mail/view/test.html.php b/module/mail/view/test.html.php index 004f1aae18..b72f8ef623 100755 --- a/module/mail/view/test.html.php +++ b/module/mail/view/test.html.php @@ -21,7 +21,7 @@ if(isset($error))
group->browse;?>
-
+
group->copy;?>
group->name;?>name, "class='text-1'");?>name, "class='form-control'");?>
group->desc;?>
group->edit;?>
group->name;?>name, "class='text-1'");?>name, "class='form-control'");?>
group->desc;?>
install->defaultLang;?>langs, $app->getClientLang(), 'class=select-3');?>langs, $app->getClientLang(), "class='form-control'");?>
install->dbHost;?>
mail->password; ?>password, 'class="text-3" autocomplete="off"') ?>password, 'class="form-control" autocomplete="off"') ?>
mail->secure; ?>
- - + + diff --git a/module/productplan/control.php b/module/productplan/control.php index 28680daa36..fe80c03a0d 100644 --- a/module/productplan/control.php +++ b/module/productplan/control.php @@ -193,7 +193,7 @@ class productplan extends control public function ajaxGetProductplans($productID) { $plans = $this->productplan->getPairs($productID); - die(html::select('plan', $plans, '', 'class=select-3')); + die(html::select('plan', $plans, '', "class='form-control'")); } /** diff --git a/module/project/view/batchedit.html.php b/module/project/view/batchedit.html.php index ecdd2ef4cf..e5d7e27799 100755 --- a/module/project/view/batchedit.html.php +++ b/module/project/view/batchedit.html.php @@ -27,8 +27,8 @@ - - + + diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index d9b30f62f9..0688cd6151 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -36,21 +36,21 @@ $(document).ready(function()
mail->test;?>
-
mail->sendmailTips;?>
+
mail->sendmailTips;?>
diff --git a/module/product/control.php b/module/product/control.php index 65820e81d5..93e011a7fd 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -475,7 +475,7 @@ class product extends control public function ajaxGetPlans($productID, $planID = 0, $needCreate = false) { $plans = $this->loadModel('productplan')->getPairs($productID); - $output = html::select('plan', $plans, $planID, "class='select-3'"); + $output = html::select('plan', $plans, $planID, "class='form-control'"); if(count($plans) == 1 and $needCreate) { $output .= html::a($this->createLink('productplan', 'create', "productID=$productID"), $this->lang->productplan->create, '_blank'); diff --git a/module/product/view/batchedit.html.php b/module/product/view/batchedit.html.php index 4c9ff5a03f..8da4edc616 100755 --- a/module/product/view/batchedit.html.php +++ b/module/product/view/batchedit.html.php @@ -25,8 +25,8 @@
name, "class='text-1'");?>code, "class='text-1'");?>name, "class='form-control'");?>code, "class='form-control'");?> PO);?> QD);?> RD);?>
name, "class='text-1'");?>code, "class='text-1'");?>name, "class='form-control'");?>code, "class='form-control'");?> PM, 'class=text-1');?> project->statusList, $projects[$projectID]->status, 'class=text-1');?> begin, "class='text-1 w-date date' onchange='computeWorkDays(this.id)'");?>
> - + - + - + @@ -65,15 +65,15 @@ $(document).ready(function() - + - + - + diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index 4873f62422..e1e3f91078 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -19,11 +19,11 @@ - + - + @@ -35,15 +35,15 @@ - + - + - + diff --git a/module/project/view/importbug.html.php b/module/project/view/importbug.html.php index f31e29c6e0..da32a19477 100755 --- a/module/project/view/importbug.html.php +++ b/module/project/view/importbug.html.php @@ -52,7 +52,7 @@ var browseType = ''; - +
project->create;?>
-
project->copy . '?', '', 'onclick=switchCopyProject(this);');?>
+
project->copy . '?', '', 'onclick=switchCopyProject(this);');?>
project->copy;?>
project->name;?>
project->code;?>
project->begin;?>
project->days;?>project->day;?>project->day;?>
project->teamname;?>
project->type;?>project->typeList, '', "class='text-3'") . $lang->project->typeDesc;?>project->typeList, '', "class='form-control'") . $lang->project->typeDesc;?>
project->manageProducts;?>
project->edit;?>
project->name;?>name, "class='text-3'");?>name, "class='form-control'");?>
project->code;?>code, "class='text-3'");?>code, "class='form-control'");?>
project->begin;?>
project->days;?>days, "class='text-3'") . $lang->project->day;?>days, "class='form-control'") . $lang->project->day;?>
project->type;?>project->typeList, $project->type, "class='text-3'");?>project->typeList, $project->type, "class='form-control'");?>
project->teamname;?>team, "class='text-3'");?>team, "class='form-control'");?>
project->status;?>
show();?>
show();?>
import) . html::backButton();?>
diff --git a/module/project/view/managemembers.html.php b/module/project/view/managemembers.html.php index 98f5c74fbd..057f3b4a65 100644 --- a/module/project/view/managemembers.html.php +++ b/module/project/view/managemembers.html.php @@ -17,7 +17,7 @@ diff --git a/module/project/view/putoff.html.php b/module/project/view/putoff.html.php index 696be9dc3d..acd4731f4f 100644 --- a/module/project/view/putoff.html.php +++ b/module/project/view/putoff.html.php @@ -27,7 +27,7 @@ - + diff --git a/module/release/view/view.html.php b/module/release/view/view.html.php index a93bfcc26f..1c0d934dfc 100644 --- a/module/release/view/view.html.php +++ b/module/release/view/view.html.php @@ -109,7 +109,7 @@
project->manageMembers;?>
-
+
team->account;?>
project->days;?>days, "class='text-3'") . $lang->project->day;?>days, "class='form-control'") . $lang->project->day;?>
comment;?>
diff --git a/module/sso/view/browse.html.php b/module/sso/view/browse.html.php index ff385a2b75..563dd5d696 100644 --- a/module/sso/view/browse.html.php +++ b/module/sso/view/browse.html.php @@ -2,7 +2,7 @@
release->bugs;?> -
+
diff --git a/module/sso/view/create.html.php b/module/sso/view/create.html.php index c941de934e..4cff9baeef 100644 --- a/module/sso/view/create.html.php +++ b/module/sso/view/create.html.php @@ -4,16 +4,16 @@ - + - + diff --git a/module/sso/view/edit.html.php b/module/sso/view/edit.html.php index 25b8ac3af5..dbb0fe4fe2 100644 --- a/module/sso/view/edit.html.php +++ b/module/sso/view/edit.html.php @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ diff --git a/module/story/control.php b/module/story/control.php index 9dde7dc7e1..510ab939d5 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -808,7 +808,7 @@ class story extends control $moduleID = $this->tree->getAllChildID($moduleID); } $stories = $this->story->getProductStoryPairs($productID, $moduleID); - $select = html::select('story', $stories, $storyID, "class='select-3'"); + $select = html::select('story', $stories, $storyID, "class='form-control'"); /* If only need options, remove select wrap. */ if($onlyOption == 'true') die(substr($select, strpos($select, '>') + 1, -10)); diff --git a/module/story/view/batchcreate.html.php b/module/story/view/batchcreate.html.php index fbd837200d..5db2909e8a 100644 --- a/module/story/view/batchcreate.html.php +++ b/module/story/view/batchcreate.html.php @@ -31,11 +31,11 @@ - - + + - - + + diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index de5698bc2a..d580ba43b1 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -13,88 +13,95 @@ story->placeholder); ?> - -
sso->browse;?>
-
+
sso->create;?>
sso->title;?>sso->note->title}'");?>sso->note->title}'");?>
sso->code;?>sso->note->code}'");?>sso->note->code}'");?>
sso->key;?> - + sso->createKey, '', 'onclick="createKey()"')?>
sso->edit;?>
sso->title;?>title, "class='text-3'");?>title, "class='form-control'");?>
sso->code;?>
sso->key;?> - key, "class='text-3' readonly='readonly'");?> + key, "class='form-control' readonly='readonly'");?> sso->createKey, '', 'onclick="createKey()"')?>
story->priList, $pri, 'class=select-1');?>story->reviewList, 0, "class='text-1'");?>story->reviewList, 0, "class='form-control'");?>
- - - - - - - - - - - - - - - - - - - - - +
+
+
+ icons['story']);?> + story->create;?> +
+
+ +
story->create;?>
story->product;?> - - - createLink('tree', 'browse', "rootID=$productID&view=story"), $lang->tree->manage, '_blank'); - echo html::a("javascript:loadProductModules($productID)", $lang->refresh); - } - ?> - -
story->plan;?> - - createLink('productplan', 'create', "productID=$productID"), $lang->productplan->create, '_blank'); - echo html::a("javascript:loadProductPlans($productID)", $lang->refresh); - } - ?> - -
story->source;?>story->sourceList, $source, 'class=select-3');?>
story->title;?>
story->spec;?>
story->specTemplate;?>
+ + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - -
story->product;?> + + + createLink('tree', 'browse', "rootID=$productID&view=story"), $lang->tree->manage, '_blank'); + echo html::a("javascript:loadProductModules($productID)", $lang->refresh); + } + ?> + +
story->plan;?> + + createLink('productplan', 'create', "productID=$productID"), $lang->productplan->create, '_blank'); + echo html::a("javascript:loadProductPlans($productID)", $lang->refresh); + } + ?> + +
story->source;?>story->sourceList, $source, "class='form-control'");?>
story->title;?>
story->spec;?>
story->specTemplate;?>
story->verify;?>
story->verify;?>
story->pri;?>story->priList, $pri, 'class=select-3');?>
story->estimate;?>story->hour;?>
story->reviewedBy;?>story->needNotReview, '', "id='needNotReview'");?>
story->mailto;?> - -
story->pri;?>story->priList, $pri, "class='form-control'");?>
story->estimate;?>story->hour;?>
story->reviewedBy;?>story->needNotReview, '', "id='needNotReview'");?>
story->mailto;?> + +
story->keywords;?>
story->legendAttatch;?>fetch('file', 'buildform');?>
- - +
story->keywords;?>
story->legendAttatch;?>fetch('file', 'buildform');?>
+ + +
diff --git a/module/story/view/report.html.php b/module/story/view/report.html.php index 82fc676f12..60facbc692 100644 --- a/module/story/view/report.html.php +++ b/module/story/view/report.html.php @@ -30,7 +30,7 @@ $chartContent):?> diff --git a/module/task/view/activate.html.php b/module/task/view/activate.html.php index bdea7e72b7..e43b37b621 100644 --- a/module/task/view/activate.html.php +++ b/module/task/view/activate.html.php @@ -17,11 +17,11 @@ - + - + diff --git a/module/task/view/report.html.php b/module/task/view/report.html.php index 75a4b3783d..1de33032d4 100644 --- a/module/task/view/report.html.php +++ b/module/task/view/report.html.php @@ -31,7 +31,7 @@
story->report->common;?>
-
createLink('product', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID"), $lang->goback); ?>
+
createLink('product', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID"), $lang->goback); ?>
name;?>
task->assignedTo;?>finishedBy, "class='select-3'");?>finishedBy, "class='form-control'");?>
task->left;?>task->hour;?>task->hour;?>
comment;?>
$chartContent):?> diff --git a/module/testcase/view/batchcreate.html.php b/module/testcase/view/batchcreate.html.php index 741db2e08f..7c75705242 100644 --- a/module/testcase/view/batchcreate.html.php +++ b/module/testcase/view/batchcreate.html.php @@ -33,7 +33,7 @@ - + diff --git a/module/testcase/view/browse.html.php b/module/testcase/view/browse.html.php index b3f42e2691..a777a3f234 100644 --- a/module/testcase/view/browse.html.php +++ b/module/testcase/view/browse.html.php @@ -29,7 +29,7 @@ js::set('confirmDelete', $lang->testcase->confirmDelete); echo " {$lang->testcase->bySearch} "; ?> -
+
- + - + - + - + - + @@ -98,7 +98,7 @@ - + diff --git a/module/testcase/view/showimport.html.php b/module/testcase/view/showimport.html.php index 4a1477f198..a06c68d487 100644 --- a/module/testcase/view/showimport.html.php +++ b/module/testcase/view/showimport.html.php @@ -39,7 +39,7 @@ echo html::hidden("product[$key]", $productID); ?> - + diff --git a/module/testtask/view/batchrun.html.php b/module/testtask/view/batchrun.html.php index aac6780e63..6a4440ecd3 100644 --- a/module/testtask/view/batchrun.html.php +++ b/module/testtask/view/batchrun.html.php @@ -46,7 +46,7 @@ table .table-1 td{border:0px;} - + diff --git a/module/testtask/view/browse.html.php b/module/testtask/view/browse.html.php index 066771de32..885d8bb45a 100644 --- a/module/testtask/view/browse.html.php +++ b/module/testtask/view/browse.html.php @@ -16,7 +16,7 @@
task->report->common;?>
-
createLink('project', 'task', "projectID=$projectID&browseType=$browseType"), $lang->goback);?>
+
createLink('project', 'task', "projectID=$projectID&browseType=$browseType"), $lang->goback);?>
testcase->typeList, $type, "class=select-1");?>
' class='text-center'>
testcase->lblProductAndModule;?> - +
testcase->type;?>testcase->typeList, $type, 'class=select-3');?>testcase->typeList, $type, "class='form-control'");?>
testcase->stage;?>testcase->stageList, $stage, "class='select-3' multiple='multiple'");?>testcase->stageList, $stage, "class='form-control' multiple='multiple'");?>
testcase->pri;?>testcase->priList, $pri, 'class=select-3');?>testcase->priList, $pri, "class='form-control'");?>
testcase->lblStory;?> -
+
@@ -61,11 +61,11 @@
testcase->title;?>
testcase->precondition;?>
testcase->steps;?>
testcase->keywords;?>
testcase->files;?>title, "class='text-1' style='margin-top:2px'")?>title, "class='form-control' style='margin-top:2px'")?> module) ? $case->module : (!empty($case->id) ? $cases[$case->id]->module : ''), "class='select-2'")?> story) ? $case->story : (!empty($case->id) ? $cases[$case->id]->story : ''), "class='select-2'")?> testcase->priList, isset($case->pri) ? $case->pri : (!empty($case->id) ? $cases[$case->id]->pri : ''))?>desc'>" . $i . "、" . $step->desc . ''?> expect'>" . $lang->testcase->stepExpect . ":" . $step->expect . ''?>
recTotal}&recPerPage={$pager->recPerPage}"; ?> diff --git a/module/testtask/view/cases.html.php b/module/testtask/view/cases.html.php index 97df94de38..ec08e3649b 100644 --- a/module/testtask/view/cases.html.php +++ b/module/testtask/view/cases.html.php @@ -28,7 +28,7 @@ var moduleID = ''; echo " {$lang->testcase->bySearch} "; ?> -
+
id"); common::printIcon('testcase', 'export', "productID=$productID&orderBy=`case`_desc&taskID=$task->id"); diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php index 20797fa668..b7f408420e 100644 --- a/module/testtask/view/create.html.php +++ b/module/testtask/view/create.html.php @@ -19,12 +19,12 @@
- + - + @@ -33,15 +33,15 @@ - + - + - + @@ -53,11 +53,11 @@ - + - + diff --git a/module/testtask/view/edit.html.php b/module/testtask/view/edit.html.php index 1c145323c3..f55d4db79a 100644 --- a/module/testtask/view/edit.html.php +++ b/module/testtask/view/edit.html.php @@ -18,19 +18,19 @@ - + - + - + - + @@ -42,11 +42,11 @@ - + - + diff --git a/module/testtask/view/linkcase.html.php b/module/testtask/view/linkcase.html.php index 373f966796..782e781c57 100644 --- a/module/testtask/view/linkcase.html.php +++ b/module/testtask/view/linkcase.html.php @@ -17,7 +17,7 @@
testtask->browse;?>
-
+
testtask->product;?>
testtask->build;?>
testtask->owner;?>
testtask->pri;?>testtask->priList, 0, 'class=select-3');?>testtask->priList, 0, "class='form-control'");?>
testtask->begin;?>
testtask->status;?>testtask->statusList, '', "class='select-3'");?>testtask->statusList, '', "class='form-control'");?>
testtask->name;?>
testtask->desc;?>
testtask->edit;?>
testtask->project;?>project, 'class=select-3');?>project, "class='form-control'");?>
testtask->build;?>build, 'class=select-3');?>build, "class='form-control'");?>
testtask->owner;?>owner, "class='select-3 chosen'");?>owner, "class='form-control chosen'");?>
testtask->pri;?>testtask->priList, $task->pri, 'class=select-3');?>testtask->priList, $task->pri, "class='form-control'");?>
testtask->begin;?>
testtask->status;?>testtask->statusList, $task->status, "class='select-3'");?>testtask->statusList, $task->status, "class='form-control'");?>
testtask->name;?>name, "class='text-1'");?>name, "class='form-control'");?>
testtask->desc;?>
- + addType != 'system'):?> - + - + - + - + @@ -52,7 +52,7 @@ - + @@ -64,7 +64,7 @@ @@ -77,11 +77,11 @@
testtask->unlinkedCases;?>
-
+
testtask->linkCase = $lang->testtask->linkByStory; common::printIcon('testtask', 'linkCase', "taskID=$taskID¶m=bystory"); @@ -69,7 +69,7 @@
-
show();?>
+
show();?>
diff --git a/module/testtask/view/results.html.php b/module/testtask/view/results.html.php index 999c2111a7..12e5fca77c 100644 --- a/module/testtask/view/results.html.php +++ b/module/testtask/view/results.html.php @@ -20,7 +20,7 @@ diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index 35edd699c9..6e3e1432b2 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -27,7 +27,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/module/todo/view/edit.html.php b/module/todo/view/edit.html.php index 6375615d85..245a50d018 100644 --- a/module/todo/view/edit.html.php +++ b/module/todo/view/edit.html.php @@ -27,7 +27,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/module/tree/view/edit.html.php b/module/tree/view/edit.html.php index 80ea66edbb..337849c6de 100644 --- a/module/tree/view/edit.html.php +++ b/module/tree/view/edit.html.php @@ -21,7 +21,7 @@ > - + diff --git a/module/user/control.php b/module/user/control.php index 5ea8bebf76..82651ebf5b 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -912,8 +912,8 @@ class user extends control public function ajaxGetContactUsers($contactListID) { $users = $this->user->getPairs('nodeleted,devfirst'); - if(!$contactListID) return print(html::select('mailto[]', $users, '', "class='text-1' multiple data-placeholder='{$this->lang->chooseUsersToMail}'")); + if(!$contactListID) return print(html::select('mailto[]', $users, '', "class='form-control' multiple data-placeholder='{$this->lang->chooseUsersToMail}'")); $list = $this->user->getContactListByID($contactListID); - return print(html::select('mailto[]', $users, $list->userList, "class='text-1' multiple data-placeholder='{$this->lang->chooseUsersToMail}'")); + return print(html::select('mailto[]', $users, $list->userList, "class='form-control' multiple data-placeholder='{$this->lang->chooseUsersToMail}'")); } } diff --git a/module/user/view/batchcreate.html.php b/module/user/view/batchcreate.html.php index a479a1c50b..1993ed0e46 100644 --- a/module/user/view/batchcreate.html.php +++ b/module/user/view/batchcreate.html.php @@ -35,7 +35,7 @@ - + diff --git a/module/user/view/batchedit.html.php b/module/user/view/batchedit.html.php index 46c05279f5..eec5269a87 100644 --- a/module/user/view/batchedit.html.php +++ b/module/user/view/batchedit.html.php @@ -32,11 +32,11 @@ - + + - + + diff --git a/module/user/view/create.html.php b/module/user/view/create.html.php index da6ecee8fd..aefb470e56 100644 --- a/module/user/view/create.html.php +++ b/module/user/view/create.html.php @@ -19,39 +19,39 @@ - - + - + - + - + - + - + - + - + diff --git a/module/user/view/edit.html.php b/module/user/view/edit.html.php index f00a7eca84..20fcfa3ab2 100644 --- a/module/user/view/edit.html.php +++ b/module/user/view/edit.html.php @@ -17,19 +17,19 @@ - - + - + - + @@ -37,11 +37,11 @@ - + - + @@ -53,47 +53,47 @@ - + - + - + - + - + - + - + - + - + - + - +
RESULT#id . ' ' . $result->date . ' ' . $users[$result->lastRunner] . ' ' . $lang->testtask->runCase . ':'. " " . $lang->testcase->resultList[$result->caseResult] . '';?>
-
testtask->build . $lang->colon . $build;?>
+
testtask->build . $lang->colon . $build;?>
testcase->stepID;?>
todo->pri;?>todo->priList, '', 'class=select-3');?>todo->priList, '', "class='form-control'");?>
todo->name;?>
todo->status;?>todo->statusList, '', 'class=select-3');?>todo->statusList, '', "class='form-control'");?>
todo->beginAndEnd;?>
todo->pri;?>todo->priList, $todo->pri, 'class=select-3');?>todo->priList, $todo->pri, "class='form-control'");?>
todo->name;?>
todo->status;?>todo->statusList, $todo->status, 'class=select-3');?>todo->statusList, $todo->status, "class='form-control'");?>
todo->beginAndEnd;?>
tree->name;?>name, "class='text-1'");?>name, "class='form-control'");?>
0 ? 'ditto' : $deptID, "class='select-1'");?> user->roleList, $i > 0 ? 'ditto' : '', "class='select-1' onchange='changeGroup(this.value, $i)'");?> 0 ? 'ditto' : '', "class='select-1'");?>
id;?> id]", $depts, empty($user->dept) ? 'ditto' : $user->dept, "class='select-1'");?> - id]", $user->account, "class='text-1' autocomplete='off'");?>id]", $user->realname, "class='text-1'");?>id]", $user->account, "class='form-control' autocomplete='off'");?>id]", $user->realname, "class='form-control'");?> id]", $lang->user->roleList, empty($user->role) ? 'ditto' : $user->role, "class='select-1'");?> - id]", $user->commiter, "class='text-1'");?>id]", $user->email, "class='text-1'");?>id]", $user->commiter, "class='form-control'");?>id]", $user->email, "class='form-control'");?> id]", $user->join, "class='w-p70 date'");?>
user->create;?>
user->dept;?> +
user->account;?>
user->realname;?>
user->password;?>
user->password2;?>
user->role;?>user->roleList, '', "class='select-3' onchange='changeGroup(this.value)'");?>user->roleList, '', "class='form-control' onchange='changeGroup(this.value)'");?>
user->group;?>
user->email;?>
user->commiter;?>
user->join;?>
user->edit;?>
user->dept;?>dept, "class='select-3'");?> + dept, "class='form-control'");?>
user->account;?>account, "class='text-3' autocomplete='off'");?>account, "class='form-control' autocomplete='off'");?>
user->realname;?>realname, "class='text-3'");?>realname, "class='form-control'");?>
user->role;?>user->roleList, $user->role, "class='select-3'");?>user->roleList, $user->role, "class='form-control'");?>
group->priv;?>
user->commiter;?>commiter, "class='text-3'");?>commiter, "class='form-control'");?>
user->email;?>email, "class='text-3'");?>email, "class='form-control'");?>
user->join;?>
user->password;?>
user->password2;?>
user->skype;?>skype, "class='text-3'");?>skype, "class='form-control'");?>
user->qq;?>qq, "class='text-3'");?>qq, "class='form-control'");?>
user->yahoo;?>yahoo, "class='text-3'");?>yahoo, "class='form-control'");?>
user->gtalk;?>gtalk, "class='text-3'");?>gtalk, "class='form-control'");?>
user->wangwang;?>wangwang, "class='text-3'");?>wangwang, "class='form-control'");?>
user->mobile;?>mobile, "class='text-3'");?>mobile, "class='form-control'");?>
user->phone;?>phone, "class='text-3'");?>phone, "class='form-control'");?>
user->address;?>address, "class='text-3'");?>address, "class='form-control'");?>
user->zipcode;?>zipcode, "class='text-3'");?>zipcode, "class='form-control'");?>
diff --git a/module/user/view/managecontacts.html.php b/module/user/view/managecontacts.html.php index 6612e90a25..c01b0667e9 100644 --- a/module/user/view/managecontacts.html.php +++ b/module/user/view/managecontacts.html.php @@ -26,7 +26,7 @@
user->contacts->manage;?>
-
delete, 'hiddenwin');?>
+
delete, 'hiddenwin');?>
diff --git a/module/user/view/profile.html.php b/module/user/view/profile.html.php index ef28731162..3a3084b6f4 100644 --- a/module/user/view/profile.html.php +++ b/module/user/view/profile.html.php @@ -16,7 +16,7 @@
diff --git a/module/webapp/js/common.js b/module/webapp/js/common.js index 7a3a419b79..04ab075465 100644 --- a/module/webapp/js/common.js +++ b/module/webapp/js/common.js @@ -26,7 +26,7 @@ function toggleShowapp(webappID, webappName) height = document.documentElement.clientHeight - 110; if(url[webappID] == undefined) url[webappID] = $('#useapp' + webappID).attr('href'); $('#useapp' + webappID).attr('href', '#iframe' + webappID); - var html = ""; + var html = ""; $('#webapps').parent().parent().after(html); show[webappID] = true; } diff --git a/module/webapp/view/create.html.php b/module/webapp/view/create.html.php index 5dcfc72714..f617cee363 100644 --- a/module/webapp/view/create.html.php +++ b/module/webapp/view/create.html.php @@ -16,23 +16,23 @@ - + - + - + - + - + @@ -40,7 +40,7 @@ - + @@ -48,7 +48,7 @@ - +
user->profile;?>
-
createLink('user', 'edit', "userID=$user->id"), $lang->user->editProfile); ?>
+
createLink('user', 'edit', "userID=$user->id"), $lang->user->editProfile); ?>
user->dept;?>

" + webappName + "

" + webappName + "

webapp->create?>
webapp->module?>
webapp->name?>
webapp->url?>
webapp->target?>webapp->targetList, '', "class='select-3'")?>webapp->targetList, '', "class='form-control'")?>
webapp->abstract?> webapp->noticeAbstract?> webapp->noticeAbstract?>
webapp->desc?>
webapp->icon?>
webapp->noticeIcon?>

webapp->noticeIcon?>
diff --git a/module/webapp/view/edit.html.php b/module/webapp/view/edit.html.php index 6fc4a9626e..931c50ab0c 100644 --- a/module/webapp/view/edit.html.php +++ b/module/webapp/view/edit.html.php @@ -16,21 +16,21 @@
webapp->edit?>
webapp->module?>module, "class='select-3'")?>module, "class='form-control'")?>
webapp->name?>name, "class='text-3'")?>name, "class='form-control'")?>
webapp->url?>url, "class='text-3'")?>url, "class='form-control'")?>
webapp->target?>webapp->targetList, $webapp->target, "class='select-3'")?>webapp->targetList, $webapp->target, "class='form-control'")?>
webapp->size?>webapp->sizeList, $webapp->size, "class='select-3'")?>webapp->sizeList, $webapp->size, "class='form-control'")?>
webapp->custom?>
webapp->abstract?>abstract, "class='text-3' maxlength='30'")?> webapp->noticeAbstract?>abstract, "class='form-control' maxlength='30'")?> webapp->noticeAbstract?>
webapp->desc?> icon) echo "

"; - echo html::file('files', "class='text-1' size='57'"); + echo html::file('files', "class='form-control' size='57'"); ?>
webapp->noticeIcon?>
- + - +
webapp->size?>webapp->sizeList, $webapp->size, "class='select-3'")?>webapp->sizeList, $webapp->size, "class='form-control'")?>
webapp->height?>size, "class='text-3'")?>size, "class='form-control'")?>
diff --git a/module/webapp/view/obtain.html.php b/module/webapp/view/obtain.html.php index 7d809c0fcf..ffd92f5da7 100644 --- a/module/webapp/view/obtain.html.php +++ b/module/webapp/view/obtain.html.php @@ -26,7 +26,7 @@
webapp->bySearch;?>
'> - post->key, "class='text-1'") . html::submitButton($lang->webapp->bySearch);?> + post->key, "class='form-control'") . html::submitButton($lang->webapp->bySearch);?>
webapp->byCategory;?>
diff --git a/module/webapp/view/view.html.php b/module/webapp/view/view.html.php index 49d28e2827..a1d8feb1c6 100644 --- a/module/webapp/view/view.html.php +++ b/module/webapp/view/view.html.php @@ -14,7 +14,7 @@
webapp->view?> - id", $lang->edit);?> + id", $lang->edit);?>