|
@@ -1,10 +1,10 @@ |
|
|
block discarded – undo |
|
1
|
|
-<?php if(($this->defaultForMessage)): ?> |
|
|
1
|
+<?php if (($this->defaultForMessage)): ?> |
|
2
|
2
|
jaxon.ajax.message.success = jaxon.dialogs.jalert.success; |
|
3
|
3
|
jaxon.ajax.message.info = jaxon.dialogs.jalert.info; |
|
4
|
4
|
jaxon.ajax.message.warning = jaxon.dialogs.jalert.warning; |
|
5
|
5
|
jaxon.ajax.message.error = jaxon.dialogs.jalert.error; |
|
6
|
6
|
<?php endif ?> |
|
7
|
|
-<?php if(($this->defaultForQuestion)): ?> |
|
|
7
|
+<?php if (($this->defaultForQuestion)): ?> |
|
8
|
8
|
jaxon.ajax.message.confirm = jaxon.dialogs.jalert.confirm; |
|
9
|
9
|
<?php endif ?> |
|
10
|
10
|
jaxon.command.handler.register("jalert.alert", function(args) { |
Please login to merge, or discard this patch.