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
bd212eef
Commit
bd212eef
authored
Jun 12, 2013
by
Penom Nom
Browse files
Fix bug with close button skin.
parent
ee69a50c
Changes
6
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/AnalysisTemplate.tpl
View file @
bd212eef
...
...
@@ -89,7 +89,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* Global tmpl *}
<div
id=
"ng6modal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modal-label-tmpl"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"modal-label-tmpl"
>
Modal header
</h3>
</div>
<div
id=
"modal-body-tmpl"
class=
"modal-body"
></div>
...
...
@@ -99,7 +99,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* Error only 1 raw modal *}
<div
id=
"ng6modal-1raw"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modalLabel-1raw"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3>
Error
</h3>
</div>
<div
class=
"modal-body"
>
...
...
ui/nG6/pi1/project_view.tpl
View file @
bd212eef
...
...
@@ -251,7 +251,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* Global tmpl *}
<div
id=
"ng6modal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modal-label-tmpl"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"modal-label-tmpl"
>
Modal header
</h3>
</div>
<div
id=
"modal-body-tmpl"
class=
"modal-body"
></div>
...
...
@@ -261,7 +261,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* setAndRunModal *}
<div
id=
"setAndRunModal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"setAndRunModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"setAndRunModalLabel"
></h3>
</div>
<div
id=
"setAndRunModalBody"
class=
"modal-body"
></div>
...
...
@@ -274,7 +274,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* statusModal *}
<div
id=
"statusModal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"statusModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"statusModalLabel"
></h3>
</div>
<div
id=
"statusModalBody"
class=
"modal-body"
></div>
...
...
ui/nG6/pi1/run_view.tpl
View file @
bd212eef
...
...
@@ -140,7 +140,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* Global tmpl *}
<div
id=
"ng6modal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modal-label-tmpl"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"modal-label-tmpl"
>
Modal header
</h3>
</div>
<div
id=
"modal-body-tmpl"
class=
"modal-body"
></div>
...
...
@@ -150,7 +150,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* setAndRunModal *}
<div
id=
"setAndRunModal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"setAndRunModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"setAndRunModalLabel"
></h3>
</div>
<div
id=
"setAndRunModalBody"
class=
"modal-body"
></div>
...
...
@@ -163,7 +163,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* statusModal *}
<div
id=
"statusModal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"statusModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"statusModalLabel"
></h3>
</div>
<div
id=
"statusModalBody"
class=
"modal-body"
></div>
...
...
ui/nG6/pi5/download_view.tpl
View file @
bd212eef
...
...
@@ -75,7 +75,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* Modal *}
<div
id=
"myModal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"myModalLabel"
></h3>
</div>
<div
id=
"myModalBody"
class=
"modal-body"
></div>
...
...
ui/nG6/pi6/administration_view.tpl
View file @
bd212eef
...
...
@@ -73,7 +73,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- statusModal -->
<div
id=
"statusModal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"statusModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
x
</button>
<h3
id=
"statusModalLabel"
></h3>
</div>
<div
id=
"statusModalBody"
class=
"modal-body"
></div>
...
...
ui/nG6/res/js/tx_nG6_pi1.js
View file @
bd212eef
...
...
@@ -375,7 +375,7 @@ $(function () {
$
(
"
#modal-label-tmpl
"
).
html
(
"
Add a user to the project
"
);
var
add_user_html
=
'
<div id="error_message" class="alert alert-error"><button class="close" data-dismiss="alert" type="button">
×
</button></div>
'
;
var
add_user_html
=
'
<div id="error_message" class="alert alert-error"><button class="close" data-dismiss="alert" type="button">
x
</button></div>
'
;
add_user_html
+=
'
<div class="tx-nG6-pi1-add-new">To add a user to the project, seek the user using the autocompletion fields or fill the form to create a brand new user. <br /> <br />
'
;
add_user_html
+=
'
<form class="form-horizontal" id="new_member">
'
;
...
...
@@ -549,7 +549,7 @@ $(function () {
$
(
"
#user_password_pwd_val
"
).
removeAttr
(
'
disabled
'
);
}
}
if
(
$
(
"
#username_val
"
).
attr
(
'
disabled
'
)
!=
'
disabled
'
){
$
(
"
#new_member
"
).
validate
({
rules
:
{
...
...
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