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.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Vn.Photos = new Class
|
|||
this.$('schema').value = 'catalog';
|
||||
this.$('photo-size').value = 10 /* MB */ * 1048576;
|
||||
this.$('photo-id').focus ();
|
||||
this.$('form').action =
|
||||
this.$('html-form').action =
|
||||
'//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image';
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
<div class="body">
|
||||
<form
|
||||
id="form"
|
||||
id="html-form"
|
||||
method="post"
|
||||
enctype="multipart/form-data"
|
||||
target="photos-iframe"
|
||||
|
|
Loading…
Reference in New Issue