Browse Source

agrandissement textarea notes

master
heuzef 10 years ago
parent
commit
f452972f97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      play/gamers.php

+ 1
- 1
play/gamers.php View File

@@ -170,7 +170,7 @@ foreach($xml->entry as $entry) {
<div class="container-fluid"> <div class="container-fluid">
<div class="col-lg-12"> <div class="col-lg-12">
<form action="action.php?edit_notes&amp;entry=<?php echo $entry->nom; ?>" method="post"> <form action="action.php?edit_notes&amp;entry=<?php echo $entry->nom; ?>" method="post">
<textarea name="notes" id="notes<?php echo $itemnb; ?>" cols="60" rows="10"><?php echo $entry->notes;?></textarea>
<textarea name="notes" id="notes<?php echo $itemnb; ?>" cols="80" rows="10"><?php echo $entry->notes;?></textarea>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" style="float:left;">Fermer</button> <button type="button" class="btn btn-default" data-dismiss="modal" style="float:left;">Fermer</button>
<input type="submit" class="btn btn-primary" value="Editer" /> <input type="submit" class="btn btn-primary" value="Editer" />


Loading…
Cancel
Save