forked from verdnatura/hedera-web
Ahora se especifica el servidor de imagenes mediante un parametro de configuracion
This commit is contained in:
parent
578136e4d7
commit
44306254d5
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.217-deb8) stable; urgency=low
|
hedera-web (1.218-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ Vn.Photos = new Class
|
||||||
this.$('schema').value = 'catalog';
|
this.$('schema').value = 'catalog';
|
||||||
this.$('photo-size').value = 10 /* MB */ * 1048576;
|
this.$('photo-size').value = 10 /* MB */ * 1048576;
|
||||||
this.$('photo-id').focus ();
|
this.$('photo-id').focus ();
|
||||||
this.$('form').action =
|
this.$('html-form').action =
|
||||||
'//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image';
|
'//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<form
|
<form
|
||||||
id="form"
|
id="html-form"
|
||||||
method="post"
|
method="post"
|
||||||
enctype="multipart/form-data"
|
enctype="multipart/form-data"
|
||||||
target="photos-iframe"
|
target="photos-iframe"
|
||||||
|
|
Loading…
Reference in New Issue