fonctions
darcs-hash:20061116222253-f46e9-a5888d519a272a8a44ad4d584100a413a799e31e.gz
This commit is contained in:
parent
d87e1ec1f4
commit
2ce1e81bcf
2 changed files with 9 additions and 4 deletions
|
@ -58,6 +58,7 @@ Impression.settings.reset = function () {
|
|||
log("Reset form");
|
||||
this.theform.reset();
|
||||
this.init();
|
||||
Impression.settings.update();
|
||||
}
|
||||
|
||||
Impression.settings.disableForm = function(bool)
|
||||
|
@ -126,7 +127,7 @@ Impression.settings.disableField = function(afield) {
|
|||
//
|
||||
//// fieldChanges : when a field is changed
|
||||
//
|
||||
Impression.settings.update = function (field) {
|
||||
Impression.settings.update = function () {
|
||||
var orientation = "portrait";
|
||||
if (this.theform.type_impression_couleur.checked)
|
||||
this.getValue(this.theform.type_impression_couleur);
|
||||
|
@ -197,7 +198,11 @@ Impression.popup.popupImpression = function(code) {
|
|||
DIV(
|
||||
{"id":"printingPopupContent", "style":"background-image:url(/static/images/dialog-printer.png)"},
|
||||
SPAN("code: "+code),
|
||||
A({"href":"https://wiki.crans.org/VieCrans/ImpressionReseau", "class":"aide", "target":"_blank"}, "Comment récupérer mon impression ? ")));
|
||||
A({"href":"https://wiki.crans.org/VieCrans/ImpressionReseau", "class":"aide", "target":"_blank"}, "Comment récupérer mon impression ? "),
|
||||
A({"href":"index", "class":"aide", "style":"text-align:right;"}, "Nouvelle impression")
|
||||
)
|
||||
|
||||
);
|
||||
Popup.display();
|
||||
}
|
||||
|
||||
|
|
|
@ -199,7 +199,7 @@ Machines.actions.disponibles =
|
|||
'Demander l\'ouverture d\'un port':'Machines.actions.formulaire.ouverturePort(Machines.currentMid);'
|
||||
}
|
||||
Machines.actions.actionForMachineList = ['Ajouter machine fixe', 'Ajouter machine wifi'];
|
||||
Machines.actions.actionsForInfoPane = ['Modifier Mac', 'Renommer', 'Supprimer', 'Demander l\'ouverture d\'un port'];
|
||||
Machines.actions.actionsForInfoPane = ['Modifier Mac', 'Renommer', 'Supprimer'];
|
||||
|
||||
Machines.actions.makeMenu = function(actionListe)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue