* fix the error of css class name.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $bug->title;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -41,7 +41,7 @@ $(document).ready(function()
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $bug->title;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -178,7 +178,7 @@ $(function() {
|
||||
})
|
||||
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->bug->create;?></caption>
|
||||
|
||||
@@ -224,7 +224,7 @@ $(function() {
|
||||
});
|
||||
</script>
|
||||
<form method='post' target='hiddenwin' enctype='multipart/form-data'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar'>
|
||||
<div id='main'>
|
||||
BUG #<?php echo $bug->id . $lang->colon;?>
|
||||
|
||||
@@ -35,7 +35,7 @@ function checkReverse()
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'><?php echo $lang->bug->report->common;?></div>
|
||||
<div class='f-right'><?php common::printLink('bug', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID", $lang->goback); ?></div>
|
||||
|
||||
@@ -25,7 +25,7 @@ function setDuplicate(resolution)
|
||||
}
|
||||
</script>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $bug->title;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../file/view/download.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar'>
|
||||
<div id='main' <?php if($bug->deleted) echo "class='deleted'";?>>BUG #<?php echo $bug->id . $lang->colon . $bug->title;?></div>
|
||||
<div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->build->create;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->build->edit;?></caption>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->build->view;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
||||
<div id='divider'></div>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<iframe frameborder='0' name='hiddenwin' scrolling='no' class='<?php $config->debug ? print("debugwin") : print('hidden')?>'></iframe>
|
||||
<div class='g'>
|
||||
<div class='u-1'><iframe frameborder='0' name='hiddenwin' scrolling='no' class='<?php $config->debug ? print("debugwin") : print('hidden')?>'></iframe></div>
|
||||
</div>
|
||||
<div id='footer' class='yui-d0'>
|
||||
<div class='half-left' id='crumbs'><?php commonModel::printBreadMenu($this->moduleName, isset($position) ? $position : ''); ?></div>
|
||||
<div class='half-right a-right padding-5px'>
|
||||
<span id='poweredby'>powered by <a href='http://www.zentao.net' target='_blank'>ZenTaoPMS</a> (<?php echo $config->version;?>)</span>
|
||||
<div class='g' id='footer'>
|
||||
<div class='u-1-2'>
|
||||
<div class='cont a-left' id='crumbs'><?php commonModel::printBreadMenu($this->moduleName, isset($position) ? $position : ''); ?></div>
|
||||
</div>
|
||||
<div class='u-1-2'>
|
||||
<div class='cont a-right' id='poweredby'>powered by <a href='http://www.zentao.net' target='_blank'>ZenTaoPMS</a> (<?php echo $config->version;?>)
|
||||
<?php echo $lang->sponser;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script laguage='Javascript'>
|
||||
$().ready(function(){setDebugWin('white')})
|
||||
<?php if(isset($pageJS)) echo $pageJS;?>
|
||||
</script>
|
||||
<script laguage='Javascript'>$().ready(function(){setDebugWin('white')}); <?php if(isset($pageJS)) echo $pageJS;?></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-5'>
|
||||
<caption><?php echo $lang->company->create;?></caption>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-5'>
|
||||
<caption><?php echo $lang->company->edit;?></caption>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' action='<?php echo inlink('execute');?>'>
|
||||
<table align='center' class='table-5 f-14px'>
|
||||
<caption><?php echo $lang->convert->checkConfig . $lang->colon . strtoupper($source);?></caption>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='f-14px'>
|
||||
<caption><?php echo $lang->convert->execute . $lang->colon . strtoupper($source);?></caption>
|
||||
<?php echo $executeResult;?>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-5'>
|
||||
<caption><?php echo $lang->convert->common;?></caption>
|
||||
<tr><td><?php echo nl2br($lang->convert->desc);?></td></tr>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' action='<?php echo inlink('setConfig');?>'>
|
||||
<table align='center' class='table-5 f-14px'>
|
||||
<caption><?php echo $lang->convert->selectSource;?></caption>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' action='<?php echo inlink('checkconfig');?>'>
|
||||
<table align='center' class='table-5 f-14px'>
|
||||
<caption><?php echo $lang->convert->setting . $lang->colon . strtoupper($source);?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/treeview.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-right'>
|
||||
<?php common::printLink('doc', 'create', "libID=$libID&moduleID=$moduleID&productID=$productID&projectID=$projectID&from=doc", $lang->doc->create);?>
|
||||
|
||||
@@ -38,7 +38,7 @@ function setType(type)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->doc->create;?></caption>
|
||||
|
||||
@@ -34,7 +34,7 @@ $(document).ready(function()
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->doc->edit;?></caption>
|
||||
|
||||
@@ -22,7 +22,7 @@ $(document).ready(function()
|
||||
else $('#fileBox').show();
|
||||
});
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $doc->title . $lang->colon . $lang->doc->view;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-1'>
|
||||
<caption class='caption-tl'>
|
||||
<div class='f-left'><?php echo $lang->group->browse;?></div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-4'>
|
||||
<caption><?php echo $lang->group->copy;?></caption>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-4 a-left'>
|
||||
<caption><?php echo $lang->group->create;?></caption>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-4'>
|
||||
<caption><?php echo $lang->group->edit;?></caption>
|
||||
|
||||
@@ -21,7 +21,7 @@ function checkall(checker, id)
|
||||
}
|
||||
</script>
|
||||
<style>#users span{display:block; width:100px; float:left}</style>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-1 a-left'>
|
||||
<caption><?php echo $group->name . $lang->colon . $lang->group->manageMember;?></caption>
|
||||
|
||||
@@ -28,7 +28,7 @@ function checkall(checker)
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1 a-left'>
|
||||
<caption class='caption-tl'><?php echo $group->name . $lang->colon . $lang->group->managePriv;?></caption>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script language='Javascript'>var needPing = false;</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' class='hiddenwin'></iframe>
|
||||
</div>
|
||||
<div id='footer' class='yui-d0 yui-t7'>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-6'>
|
||||
<caption><?php echo $lang->install->welcome;?></caption>
|
||||
<tr><td><?php echo nl2br(sprintf($lang->install->desc, $config->version));?></td></tr>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-6 a-center'>
|
||||
<caption><?php echo $lang->install->checking;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' action='<?php echo $this->createLink('install', 'step3');?>'>
|
||||
<table align='center' class='table-6'>
|
||||
<caption><?php echo $lang->install->setConfig;?></caption>
|
||||
|
||||
@@ -29,7 +29,7 @@ if(!isset($error))
|
||||
EOT;
|
||||
}
|
||||
?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<?php if(isset($error)):?>
|
||||
<table class='table-6' align='center'>
|
||||
<caption><?php echo $lang->install->error;?></caption>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<?php if(isset($error)):?>
|
||||
<table class='table-6' align='center'>
|
||||
<caption><?php echo $lang->install->error;?></caption>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-4 a-left'>
|
||||
<caption><?php echo $lang->my->editProfile;?></caption>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-4'>
|
||||
<caption><?php echo $lang->my->profile;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 tablesorter a-center'>
|
||||
<thead>
|
||||
<tr class='colhead'>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 tablesorter'>
|
||||
<thead>
|
||||
<tr class='colhead'>
|
||||
|
||||
@@ -22,7 +22,7 @@ function checkall(checker)
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
@@ -34,8 +34,8 @@ function checkall(checker)
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
</div></div>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin' action='<?php echo $this->createLink('task', 'batchClose');?>'>
|
||||
<table class='table-1 tablesorter fixed' id='tasktable'>
|
||||
<thead>
|
||||
|
||||
@@ -19,7 +19,7 @@ $(document).ready(function()
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
@@ -32,7 +32,7 @@ $(document).ready(function()
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<?php $vars = "type=$type&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
|
||||
<table class='table-1 fixed tablesorter'>
|
||||
<thead>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 colored tablesorter fixed'>
|
||||
<thead>
|
||||
<tr class='colhead'>
|
||||
|
||||
@@ -19,7 +19,7 @@ function changeDate(date)
|
||||
location.href=link;
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin' action='<?php echo $this->createLink('todo', 'import2Today');?>' id='todoform'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
|
||||
@@ -38,7 +38,7 @@ function search(active)
|
||||
|
||||
</script>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<span id='bymoduleTab' onclick='browseByModule()'><a href='#'><?php echo $lang->product->moduleStory;?></a></span>
|
||||
|
||||
@@ -18,7 +18,7 @@ function setWhite(acl)
|
||||
acl == 'custom' ? $('#whitelistBox').removeClass('hidden') : $('#whitelistBox').addClass('hidden');
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->product->create;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
|
||||
<table class='table-1 fixed colored tablesorter' align='center'>
|
||||
<caption class='caption-tr'><?php common::printLink('doc', 'create', "libID=product&moduleID=0&productID={$product->id}&projectID=0&from=product", $lang->doc->create);?></caption>
|
||||
|
||||
@@ -18,7 +18,7 @@ function setWhite(acl)
|
||||
acl == 'custom' ? $('#whitelistBox').removeClass('hidden') : $('#whitelistBox').addClass('hidden');
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-1'>
|
||||
<caption><?php echo $lang->product->edit;?></caption>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-6' align='center'>
|
||||
<caption><?php echo $lang->product->roadmap;?></caption>
|
||||
<?php
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-1'>
|
||||
<caption><?php echo $lang->product->view;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 tablesorter fixed'>
|
||||
<caption class='caption-tr'>
|
||||
<div class='f-left'><?php echo $lang->productplan->browse;?></div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->productplan->create;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->productplan->edit;?></caption>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post'>
|
||||
<table class='table-1 tablesorter a-center'>
|
||||
<caption class='caption-tl'><?php echo $plan->title .$lang->colon . $lang->productplan->unlinkedStories;?></caption>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $plan->title . $lang->colon . $lang->productplan->view;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 fixed colored tablesorter'>
|
||||
<caption class='caption-tl'>
|
||||
<div class='f-left'><?php echo $lang->project->bug;?></div>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 tablesorter fixed'>
|
||||
<caption class='caption-tl'>
|
||||
<div class='f-left'><?php echo $lang->project->build;?></div>
|
||||
|
||||
@@ -37,7 +37,7 @@ function setWhite(acl)
|
||||
acl == 'custom' ? $('#whitelistBox').removeClass('hidden') : $('#whitelistBox').addClass('hidden');
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-1 a-left'>
|
||||
<caption><?php echo $lang->project->create;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
|
||||
<table class='table-1 fixed colored tablesorter' align='center'>
|
||||
<caption class='caption-tr'><?php common::printLink('doc', 'create', "libID=project&moduleID=0&productID=0&projectID=$project->id&from=project", $lang->doc->create);?></caption>
|
||||
|
||||
@@ -20,7 +20,7 @@ function setWhite(acl)
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-1 a-left'>
|
||||
<caption><?php echo $lang->project->edit;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/treetable.html.php';?>
|
||||
<?php include './taskheader.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1' id='treetable'>
|
||||
<tr class='colhead'>
|
||||
<th></th>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1 fixed tablesorter'>
|
||||
<thead>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption>
|
||||
<?php echo $lang->project->selectProject;?>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-1 tablesorter a-center'>
|
||||
<thead>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post'>
|
||||
<table align='center' class='table-4 a-center'>
|
||||
<caption><?php echo $lang->project->manageMembers;?></caption>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<style>span{display:block; float:left; width:200px}</style>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post'>
|
||||
<table align='center' class='table-4'>
|
||||
<caption><?php echo $lang->project->manageProducts;?></caption>
|
||||
|
||||
@@ -18,7 +18,7 @@ $(document).ready(function()
|
||||
$("a.iframe").colorbox({width:640, height:480, iframe:true, transition:'none'});
|
||||
});
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 tablesorter fixed'>
|
||||
<caption class='caption-tl'>
|
||||
<div class='f-left'><?php echo $lang->project->story;?></div>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<?php include '../../common/view/table2csv.html.php';?>
|
||||
<?php include './taskheader.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 fixed colored tablesorter datatable'>
|
||||
<?php $vars = "projectID=$project->id&status=$status&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage"; ?>
|
||||
<thead>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-4 tablesorter'>
|
||||
<thead>
|
||||
<tr class='colhead'>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table align='center' class='table-1'>
|
||||
<caption><?php echo $project->name;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='feature-bar'>
|
||||
</div>
|
||||
<table align='center' class='table-6 tablesorter'>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->release->create;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->release->edit;?></caption>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->release->view;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->story->activate;?></caption>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->story->change;?></caption>
|
||||
|
||||
@@ -31,7 +31,7 @@ function setStory(reason)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $story->title;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include './header.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<style>#plan {width:245px}</style>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table align='center' class='table-1'>
|
||||
<caption><?php echo $lang->story->create;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include './header.html.php';?>
|
||||
<style>#module, #plan {width:90%}</style>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar'>
|
||||
<div id='main'>STORY #<?php echo $story->id . $lang->colon . $story->title;?></div>
|
||||
<div><?php echo html::submitButton()?></div>
|
||||
|
||||
@@ -59,7 +59,7 @@ function setStory(reason)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $story->title;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../file/view/download.html.php';?>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar'>
|
||||
<div id='main' <?php if($story->deleted) echo "class='deleted'";?>>STORY #<?php echo $story->id . $lang->colon . $story->title;?></div>
|
||||
<div>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $task->name;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $task->name;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $task->name;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -61,7 +61,7 @@ $(document).ready(function()
|
||||
$("#mailto").autocomplete(userList, { multiple: true, mustMatch: true});
|
||||
});
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table align='center' class='table-1 a-left'>
|
||||
<caption><?php echo $lang->task->create;?></caption>
|
||||
|
||||
@@ -29,7 +29,7 @@ $(function() {
|
||||
})
|
||||
</script>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar'>
|
||||
<div id='main'>TASK #<?php echo $task->id . $lang->colon . html::input('name', $task->name, 'class="text-1"');?></div>
|
||||
<div><?php echo html::submitButton();?></div>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $task->name;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $task->name;?></caption>
|
||||
<tr>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../file/view/download.html.php';?>
|
||||
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar'>
|
||||
<div id='main' class='<?php if($task->deleted) echo 'deleted';?>'>TASK #<?php echo $task->id . $lang->colon . $task->name;?></div>
|
||||
<div>
|
||||
|
||||
@@ -36,7 +36,7 @@ function browseBySearch(active)
|
||||
$('#bymoduleTab').removeClass('active');
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->testcase->create;?></caption>
|
||||
|
||||
@@ -34,7 +34,7 @@ $(document).ready(function()
|
||||
});
|
||||
</script>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar'>
|
||||
<div id='main'>
|
||||
CASE #<?php echo $case->id . $lang->colon;?>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/colorize.html.php';?>
|
||||
<?php include '../../file/view/download.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='titlebar' <?php if($case->deleted) echo "class='deleted'";?>>
|
||||
CASE #<?php echo $case->id . $lang->colon . $case->title;?>
|
||||
<div class='f-right'>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/tablesorter.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<table class='table-1 colored tablesorter fixed'>
|
||||
<caption class='caption-tl'>
|
||||
<div class='f-left'><?php echo $lang->testtask->browse;?></div>
|
||||
|
||||
@@ -36,7 +36,7 @@ function browseByModule(active)
|
||||
$('#' + active + 'Tab').removeClass('active');
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<div id='featurebar'>
|
||||
<div class='f-left'>
|
||||
<?php
|
||||
|
||||
@@ -18,7 +18,7 @@ function loadBuilds()
|
||||
{
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->testtask->create;?></caption>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->testtask->edit;?></caption>
|
||||
|
||||
@@ -21,7 +21,7 @@ function checkall(checker)
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<?php echo $searchForm;?>
|
||||
<form method='post'>
|
||||
<table class='table-1 colored tablesorter fixed'>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<style>body{background:white}</style>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<h1>CASE#<?php echo $run->case->id. $lang->colon . $run->case->title;?></h1>
|
||||
<?php foreach($results as $result):?>
|
||||
<table class='table-1'>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<style>body{background:white}</style>
|
||||
<div class='yui-d0'><div class='u-1'>
|
||||
<div class='g'><div class='u-1'>
|
||||
<form method='post'>
|
||||
<table class='table-1'>
|
||||
<caption class='caption-tl'>CASE#<?php echo $run->case->id. $lang->colon . $run->case->title;?></caption>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user