Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3234 → Rev 3235

/trunk/widget/modules/manager/squelettes/creation.tpl.html
147,11 → 147,11
 
 
<div class="input-file-container">
<input type="file" class="input-file" name="fond" id="fond" value="<?= $widget['titre']; ?>" accept="image/*">
<label for="fond" class="label-file"><i class="fas fa-download"></i> Image de fond</label>
<input type="file" class="input-file" name="image_fond" id="image_fond" value="<?= $widget['titre']; ?>" accept="image/*">
<label for="image_fond" class="label-file"><i class="fas fa-download"></i> Image de fond</label>
</div>
<div class="remove-file button" name="remove-file" title="Supprimer le fichier"><i class="fas fa-times" aria-hidden="true"></i></div>
<div class="file-return fond hidden"></div>
<div class="file-return image_fond hidden"></div>
 
</div><!-- end #profile-details-description-section -->