* adjust style of caption.

This commit is contained in:
zhujinyong
2013-01-17 06:33:15 +00:00
parent b846a00b4e
commit 77fa35b9b8

View File

@@ -14,7 +14,7 @@
<?php include '../../common/view/tablesorter.html.php';?>
<form method='post' id='projectStoryForm'>
<table class='table-1 fixed colored tablesorter datatable'>
<div id='featurebar'>
<caption class='caption-tl'>
<div class='f-left'><?php echo $lang->project->story;?></div>
<div class='f-right'>
<?php
@@ -26,7 +26,7 @@
common::printIcon('project', 'linkStory', "project=$project->id");
?>
</div>
</div>
</caption>
<thead>
<tr class='colhead'>
<?php $vars = "projectID={$project->id}&orderBy=%s"; ?>