* ajusted views of module project.

* changed css names.
This commit is contained in:
Catouse
2014-03-27 17:57:35 +08:00
parent 285a010037
commit fc322ea3cf
14 changed files with 148 additions and 83 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ $(document).ready(function() {$('#tipsModal').modal('show');});
</div>
<div class='btn-group'>
<a class='btn text-danger' href='javascript:setCopyProject("");'><?php echo html::icon($lang->icons['cancel']) . ' ' . $lang->project->cancelCopy;?> ?</a>
<button class='btn btn-primary' id='cpmBtn'><?php echo html::icon($lang->icons['copy']) . ' ' . $lang->project->reCopyProject;?> ?</button>
<button class='btn btn-primary' id='cpmBtn'><?php echo html::icon($lang->icons['copy']) . ' ' . $lang->project->reCopy;?> ?</button>
</div>
<?php else:?>
<button class='btn btn-primary' id='cpmBtn'><?php echo html::icon($lang->icons['copy']) . ' ' . $lang->project->copy;?> ?</button>