Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
81c42f53
Commit
81c42f53
authored
12 years ago
by
maximXbs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed Sankore-588 bug
parent
c0d9f878
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Grapheur.xhtml
resources/library/applications/Grapheur.wgt/Grapheur.xhtml
+0
-4
No files found.
resources/library/applications/Grapheur.wgt/Grapheur.xhtml
View file @
81c42f53
...
...
@@ -218,7 +218,6 @@
return
true
;
});
$
(
"label[for*='checkAire']"
).
text
(
sankoreLang
[
lang
].
draw
);
$
(
"label[for*='checkMaJ']"
).
text
(
sankoreLang
[
lang
].
auto_update
);
$
(
"#menuOptions td"
).
eq
(
0
).
html
(
sankoreLang
[
lang
].
widget
);
$
(
"#menuOptions h3"
).
eq
(
0
).
text
(
sankoreLang
[
lang
].
widget_options
);
$
(
"#menuOptions2D h3"
).
eq
(
0
).
text
(
sankoreLang
[
lang
].
options
+
" 2D"
);
...
...
@@ -1033,13 +1032,10 @@
<span
class=
"gras"
>
Control options:
</span><br/>
<input
type=
"button"
class=
"boutonSauvegarde"
onclick=
"saveOptions()"
value=
"Save"
/><input
type=
"button"
class=
"boutonSauvegarde"
onclick=
"loadOptions()"
value=
"Load"
/>
<input
class=
"boutonSauvegarde2"
type=
"button"
onclick=
"delOptions()"
value=
"Delete"
/><input
class=
"boutonSauvegarde2"
type=
"button"
onclick=
"alertOptions()"
value=
"Display"
/><br/>
<span
class=
"texteSecondaire"
>
Save a widget options in cookies or load an options from cookies or delete a registered options.
</span>
<br/><br/>
<label
for=
"checkMaJ"
>
Automatically update when a widget opening.
</label>
<input
type=
"checkbox"
id=
"checkMaJ"
onclick=
"checkboxMaJ()"
/>
<br/>
<div
id=
"cacheCookies"
><br/><br/><h1>
Cookies are disabled. You cannot save an options...
</h1></div>
<div
id=
"cacheMaJ"
>
You are using the last version of this widget.
</div>
<input
type=
"button"
onclick=
'reset()'
value=
"Reload widget"
style=
"position:absolute; bottom:20px; width:140px; height:32px;"
/>
<input
type=
"button"
onclick=
'miseAjour()'
value=
"Updated"
style=
"position:absolute; bottom:20px; left:160px; width:140px; height:32px;"
/>
</div>
<div
class=
"barreBasMenu"
><input
type=
"button"
onclick=
"cacherMenu(); actualiserGraph()"
value=
"Check"
/></div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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