Should banana be ported to english ?
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@51
9869982d-c50d-0410-be91-
f2a2ec7c7c7b
$html .= '<input type="hidden" name="artid" value="'.$id.'" />';
}
$html .= '<input type="hidden" name="action" value="new" />';
- $html .= '<input type="submit" /></th></tr>';
+ $html .= '<input type="submit" value="Envoyer les message" /></th></tr>';
$html .= '</table></form>';
return $html.$cuts;
$html .= '</table>';
if ($show_form) {
- return '<form method="post" action="?"><div class="center"><input type="submit" /></div>'
- .$html.'<div class="center"><input type="submit" /></div></form>';
+ return '<form method="post" action="?"><div class="center"><input type="submit" value="Valider" /></div>'
+ .$html.'<div class="center"><input type="submit" value="Valider" /></div></form>';
}
return $html;