tweak composer [ci skip]

This commit is contained in:
Dennis Collinson 2012-04-10 12:22:36 -07:00
parent b543f8a3ca
commit f610cdce17
2 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,9 @@
<div style="margin:0;padding:0;display:inline"> <div style="margin:0;padding:0;display:inline">
<input name="utf8" type="hidden" value="✓"/> <input name="utf8" type="hidden" value="✓"/>
</div> </div>
<label>
Upload photos (optional)
</label>
<input name="photo[user_file]" type="file"/> <input name="photo[user_file]" type="file"/>
<div class="photos"></div> <div class="photos"></div>
</form> </form>

View file

@ -6,10 +6,7 @@
<legend> <legend>
New Post New Post
</legend> </legend>
<label> <textarea name="text" class="text span8"/>
text
<textarea class="text span8"/>
</label>
<textarea id="text_with_markup" style="display:none;"/> <textarea id="text_with_markup" style="display:none;"/>
</fieldset> </fieldset>
</form> </form>