Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
79933046
Commit
79933046
authored
Jun 11, 2013
by
Penom Nom
Browse files
Fix bug on date sort for member.
parent
543e272e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/run_table.tpl
View file @
79933046
...
...
@@ -73,7 +73,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{/
if
}
<td>
{
$run_values.href
}
</td>
<td>
{
$run_values.project_name
}
</td>
<td>
{
$run_values.date
|
date_format
:
"%d
-
%m
-
%y"
}
</td>
<td>
{
$run_values.date
|
date_format
:
"%d
/
%m
/
%y"
}
</td>
<td>
{
$run_values.species
}
</td>
<td>
{
$run_values.data_nature
}
</td>
<td>
{
$run_values.type
}
</td>
...
...
ui/nG6/pi1/run_view.tpl
View file @
79933046
...
...
@@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
style=
"float:left;margin-right:25px"
>
<p
class=
"bullet"
><strong>
Project name:
</strong>
{
$runs
[
key
(
$runs
)].
project_name
}
</p>
<p
class=
"bullet"
><strong>
Date:
</strong>
{
$runs
[
key
(
$runs
)].
date
|
date_format
:
"%d
-
%m
-
%y"
}
</p>
<p
class=
"bullet"
><strong>
Date:
</strong>
{
$runs
[
key
(
$runs
)].
date
|
date_format
:
"%d
/
%m
/
%y"
}
</p>
<p
class=
"bullet"
><strong>
Species:
</strong>
{
$runs
[
key
(
$runs
)].
species
}
</p>
<p
class=
"bullet"
><strong>
Type:
</strong>
{
$runs
[
key
(
$runs
)].
type
}
</p>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment