Skip to content

Commit

Permalink
Se agregó placeholder al campo de texto se subir audio
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastrov committed Nov 20, 2016
1 parent 33c8994 commit ef75655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SonidosLibres/templates/modals/audio-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h4 class="modal-title" id="myModalLabel">{{ title }}</h4>
Seleccionar audio&hellip; <input type="file" name="upload_song_file_file" style="display: none;">
</span>
</label>
<input type="text" class="form-control" name="upload_song_file">
<input type="text" class="form-control" name="upload_song_file" placeholder="Por favor seleccione un archivo .mp3">
</div>
<div class="media">
<div class="media-left">
Expand All @@ -24,7 +24,7 @@ <h4 class="modal-title" id="myModalLabel">{{ title }}</h4>
<label class="btn btn-block btn-sonidoslibres btn-2 btn-file">
Agregar imágen&hellip; <input type="file" name="upload_song_img_file" style="display: none;" onchange="document.getElementById('upload_img_file').src = window.URL.createObjectURL(this.files[0])">
</label>
<input type="text" class="form-control" name="upload_song_img">
<input type="text" class="form-control" name="upload_song_img" title="">
</div>
</div>
<div class="media-body">
Expand All @@ -33,7 +33,7 @@ <h4 class="modal-title" id="myModalLabel">{{ title }}</h4>
<input type="text" class="form-control" placeholder="Nombre" name="upload_song_name">
</div>
<div class="form-group">
<select class="form-control" name="upload_song_type">
<select class="form-control" name="upload_song_type" title="">
<option>Seleccione un tipo...</option>
<option>Videojuegos</option>
<option>Banda sonora</option>
Expand Down

0 comments on commit ef75655

Please sign in to comment.