2011-08-30 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/modificar_agente.php: Fixed group recursion does not work with IE8. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4846 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
93b30cd697
commit
18f1b06580
|
@ -1,3 +1,8 @@
|
|||
2011-08-30 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/agentes/modificar_agente.php: Fixed group recursion does
|
||||
not work with IE8.
|
||||
|
||||
2011-08-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/graphs/functions_fsgraph.php, include/graphs/fgraph.php: added
|
||||
|
|
|
@ -112,12 +112,11 @@ echo "<td valign='top'>
|
|||
<input name='uptbutton' type='submit' class='sub upd' value='".__('Show')."'>
|
||||
</noscript>
|
||||
</td>
|
||||
</form>
|
||||
<td valign='top'>";
|
||||
echo __('Group recursion') . ': ';
|
||||
html_print_checkbox ("recursion", 1, $recursion, false, false, 'this.form.submit()');
|
||||
|
||||
echo "</td><td valign='top'>";
|
||||
echo "</td></form><td valign='top'>";
|
||||
echo __('Free text for search (*)');
|
||||
echo "</td><td>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue