Author: danydb
Date: 2011-11-30 18:03:42 +0100 (Wed, 30 Nov 2011)
New Revision: 203

Modified:
   trunk/modop/index.php
Log:
add version + help to modop

Modified: trunk/modop/index.php
===================================================================
--- trunk/modop/index.php       2011-11-30 17:01:17 UTC (rev 202)
+++ trunk/modop/index.php       2011-11-30 17:03:42 UTC (rev 203)
@@ -27,6 +27,9 @@
 $str=new IConcerned("jr_id");
 $str->value=(isset($_GET['jr_id']))?strtoupper($_GET['jr_id']):'';
 
$str->value=(isset($_GET['ext_jr_id']))?strtoupper($_GET['ext_jr_id']):$str->value;
+echo '<div style="float:right"><a class="mtitle" style="font-size:140%" 
href="http://wiki.phpcompta.eu/doku.php?id=modification_d_operation"; 
target="_blank">Aide</a>'.
+'<span style="font-size:0.8em;color:red;display:inline">vers:SVNINFO</span>'.
+'</div>';
 
 
 


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to