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
4bf8fc81
Commit
4bf8fc81
authored
May 29, 2012
by
Jerome Mariette
Browse files
add the date in the project table
parent
1db4350b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/project_view.tpl
View file @
4bf8fc81
...
...
@@ -184,6 +184,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<th><center><input
type=
"checkbox"
id=
"chk_all_project"
></center></th>
{/
if
}
<th>
{
$llang.project_name
}
</th>
<th>
{
$llang.date
}
</th>
<th>
{
$llang.description
}
</th>
</tr>
</thead>
...
...
@@ -208,6 +209,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{
assign
var
=
"hidden_attribute"
value
=
""
}
{/
if
}
<td
class=
"
{
$editable
}
field=project=name
{
$hidden_attribute
}
"
>
{
$project_values.href
}
</td>
<td
class=
"
{
$editable
}
field=run=date
{
$hidden_attribute
}
"
>
{
$project_values.date
|
date_format
:
"%d-%m-%y"
}
</td>
<td
class=
"
{
$editable
}
field=project=description
{
$hidden_attribute
}
"
>
{
$project_values.description
}
</td>
</tr>
{/
foreach
}
...
...
ui/nG6/res/js/tx_nG6_pi1.js
View file @
4bf8fc81
...
...
@@ -330,6 +330,7 @@ $(function () {
"
aoColumns
"
:
[
{
"
bSortable
"
:
false
},
null
,
null
,
null
],
"
bJQueryUI
"
:
true
});
...
...
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