Skip to content
GitLab
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
1e90dc1d
Commit
1e90dc1d
authored
Apr 23, 2013
by
philippe
Browse files
Alert info on "not yet synchronised"
parent
bb32c56f
Changes
4
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/BasicAnalyse.tpl
View file @
1e90dc1d
...
...
@@ -66,7 +66,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{/
foreach
}
</ul></p>
{
if
$nb_files
==
0
}
<p>
Results folder not synchronized yet
</p>
<div
class=
"alert alert-info"
>
Results folder not synchronized yet...
</div>
{/
if
}
{/
block
}
</div>
...
...
ui/nG6/pi1/analyzes/GAASAnalyse.tpl
View file @
1e90dc1d
...
...
@@ -113,6 +113,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{/
foreach
}
</ul></p>
{
if
$nb_files
==
0
}
<p>
Results folder not synchronized yet
</p>
<div
class=
"alert alert-info"
>
Results folder not synchronized yet...
</div>
{/
if
}
{/
block
}
\ No newline at end of file
ui/nG6/pi1/analyzes/RunAssembly.tpl
View file @
1e90dc1d
...
...
@@ -486,7 +486,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{/
foreach
}
</ul></p>
{
if
$nb_files
==
0
}
<p>
Results folder not synchronized yet
</p>
<div
class=
"alert alert-info"
>
Results folder not synchronized yet...
</div>
{/
if
}
</div>
...
...
ui/nG6/pi1/run_view.tpl
View file @
1e90dc1d
...
...
@@ -123,7 +123,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{/
foreach
}
</ul>
{
if
$nb_files
==
0
}
<p>
Results folder not synchronized yet
</p>
<div
class=
"alert alert-info"
>
Results folder not synchronized yet...
</div>
{/
if
}
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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