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
39a180eb66
commit
95964e93a2
|
@ -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>
|
2011-08-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/graphs/functions_fsgraph.php, include/graphs/fgraph.php: added
|
* 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')."'>
|
<input name='uptbutton' type='submit' class='sub upd' value='".__('Show')."'>
|
||||||
</noscript>
|
</noscript>
|
||||||
</td>
|
</td>
|
||||||
</form>
|
|
||||||
<td valign='top'>";
|
<td valign='top'>";
|
||||||
echo __('Group recursion') . ': ';
|
echo __('Group recursion') . ': ';
|
||||||
html_print_checkbox ("recursion", 1, $recursion, false, false, 'this.form.submit()');
|
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 __('Free text for search (*)');
|
||||||
echo "</td><td>";
|
echo "</td><td>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue