From 0572dba0d5f97c7200f49972c14a70d862ba2314 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 2 Jul 2012 05:59:24 +0000 Subject: [PATCH] * change createform to dataform. --- module/bug/view/create.html.php | 2 +- module/build/view/create.html.php | 2 +- module/company/view/create.html.php | 2 +- module/doc/view/create.html.php | 2 +- module/group/view/create.html.php | 2 +- module/product/view/create.html.php | 2 +- module/product/view/edit.html.php | 2 +- module/productplan/view/create.html.php | 2 +- module/project/view/create.html.php | 2 +- module/release/view/create.html.php | 2 +- module/story/view/create.html.php | 2 +- module/task/view/create.html.php | 2 +- module/testcase/view/create.html.php | 2 +- module/testtask/view/create.html.php | 2 +- module/todo/view/create.html.php | 2 +- module/user/view/create.html.php | 2 +- www/theme/default/style.css | 8 ++++---- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 12bfaeddd8..0a7a9a0645 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -19,7 +19,7 @@ -
+ diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php index c2425ab794..c5865b276e 100644 --- a/module/build/view/create.html.php +++ b/module/build/view/create.html.php @@ -13,7 +13,7 @@ - +
bug->create;?>
diff --git a/module/company/view/create.html.php b/module/company/view/create.html.php index 74d815abe0..dd5fa42dd1 100644 --- a/module/company/view/create.html.php +++ b/module/company/view/create.html.php @@ -11,7 +11,7 @@ */ ?> - +
build->create;?>
diff --git a/module/doc/view/create.html.php b/module/doc/view/create.html.php index 2beb72e19c..455a5473df 100644 --- a/module/doc/view/create.html.php +++ b/module/doc/view/create.html.php @@ -13,7 +13,7 @@ - +
company->create;?>
diff --git a/module/group/view/create.html.php b/module/group/view/create.html.php index dff459319a..e518593d44 100644 --- a/module/group/view/create.html.php +++ b/module/group/view/create.html.php @@ -12,7 +12,7 @@ ?> - +
doc->create;?>
diff --git a/module/product/view/create.html.php b/module/product/view/create.html.php index 80dd724006..2eb17fbdba 100644 --- a/module/product/view/create.html.php +++ b/module/product/view/create.html.php @@ -13,7 +13,7 @@ - +
group->create;?>
diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php index 953da1c546..5c5e60f433 100644 --- a/module/product/view/edit.html.php +++ b/module/product/view/edit.html.php @@ -12,7 +12,7 @@ ?> - +
product->create;?>
diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index 4f2e1e733f..c7e59dc035 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -14,7 +14,7 @@ - +
product->edit;?>
diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index e01a353771..4e5b0b155f 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -33,7 +33,7 @@ $(document).ready(function() - +
productplan->create;?>
diff --git a/module/release/view/create.html.php b/module/release/view/create.html.php index 7a5217ee3f..eea1684097 100644 --- a/module/release/view/create.html.php +++ b/module/release/view/create.html.php @@ -13,7 +13,7 @@ - +
project->create;?>
diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index 73b9d73501..8f2a02083f 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -13,7 +13,7 @@ - +
release->create;?>
diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 94d3ecbe6c..ad9c288e9c 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -23,7 +23,7 @@ $(function() $("#preview").colorbox({width:960, height:500, iframe:true, transition:'elastic', speed:350, scrolling:true}); }) - +
story->create;?>
diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php index 696458262d..326aa543fb 100644 --- a/module/testcase/view/create.html.php +++ b/module/testcase/view/create.html.php @@ -13,7 +13,7 @@ - +
task->create;?>
diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php index c592ac4351..a0042cd5a4 100644 --- a/module/testtask/view/create.html.php +++ b/module/testtask/view/create.html.php @@ -14,7 +14,7 @@ - +
testcase->create;?>
diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index 8e47bf0ac8..c6c8cd3e7a 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -13,7 +13,7 @@ - +
testtask->create;?>
diff --git a/module/user/view/create.html.php b/module/user/view/create.html.php index c1e3d283db..d3dadbc120 100644 --- a/module/user/view/create.html.php +++ b/module/user/view/create.html.php @@ -13,7 +13,7 @@ - +
todo->create;?>
diff --git a/www/theme/default/style.css b/www/theme/default/style.css index f097815f1b..db816334a4 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -341,10 +341,10 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #form-content hr{ color:#ddd; margin:15px 0;} .form-item { background-color:#e5e5e5; padding:8px; margin-bottom:15px; margin-top:5px;} -#createform{margin-top:20px; padding:0 30px} -#createform caption{font-size:14px; padding:5px 5px 5px 10px} -#createform .rowhead{font-size:11.5px; font-weight:1.2; border:none} -#createform tr, #createform td, #createform th{border:none; background:#fcfcfc} +#dataform{margin-top:20px; padding:0 30px} +#dataform caption{font-size:14px; padding:5px 5px 5px 10px} +#dataform .rowhead{font-size:11.5px; font-weight:1.2; border:none} +#dataform tr, #createform td, #createform th{border:none; background:#fcfcfc} .actionlink{font-size:14px; font-weight:bold}
user->create;?>