Skip to content
Snippets Groups Projects
Commit a0bcebb2 authored by SNA's avatar SNA
Browse files

No commit message

No commit message
parent 4f8e8192
No related branches found
No related tags found
Loading
...@@ -97,7 +97,7 @@ if (isset($_REQUEST['notes'])&& !empty($_REQUEST['notes'])) ...@@ -97,7 +97,7 @@ if (isset($_REQUEST['notes'])&& !empty($_REQUEST['notes']))
else else
{ {
?> ?>
<h2 class="tit" style="padding:10px;"><img src="<? echo $_SESSION['config']['businessappurl'].$_SESSION['config']['img']; ?>/picto_add_b.gif" alt=""/> <?php echo _ADD_NOTE;?> </h2> <h2 class="tit" style="padding:10px;"><img src="<? echo $_SESSION['config']['businessappurl'].$_SESSION['config']['businessappurl']; ?>static.php?filename=picto_add_b.gif" alt=""/> <?php echo _ADD_NOTE;?> </h2>
<div class="block" style="padding:10px;"> <div class="block" style="padding:10px;">
<form name="form1" method="post" action="<?php echo $_SESSION['config']['businessappurl'];?>index.php?display=true&module=notes&page=note_add&identifier=<?php echo $_GET['identifier'];?>&table=<?php echo $table;?>&coll_id=<?php echo $coll_id;?>" > <form name="form1" method="post" action="<?php echo $_SESSION['config']['businessappurl'];?>index.php?display=true&module=notes&page=note_add&identifier=<?php echo $_GET['identifier'];?>&table=<?php echo $table;?>&coll_id=<?php echo $coll_id;?>" >
......
...@@ -15,7 +15,7 @@ $core_tools->load_lang(); ...@@ -15,7 +15,7 @@ $core_tools->load_lang();
$core_tools->test_service('manage_notes_doc', 'notes'); $core_tools->test_service('manage_notes_doc', 'notes');
?> ?>
<img src="<?php echo $_SESSION['urltomodules'];?>notes/img/modif_note.png" border="0" alt="" /> <img src="<?php echo $_SESSION['config']['businessappurl'];?>static.php?filename=modif_note.png&module=notes" border="0" alt="" />
<a href="javascript://" onclick="ouvreFenetre('<?php echo $_SESSION['config']['businessappurl'];?>index.php?display=true&module=notes&page=note_add&identifier=<?php echo $_SESSION['doc_id']; ?>&coll_id=<?php echo $_SESSION['collection_id_choice'];?>', 550, 350)"><?php echo _ADD_NOTE;?></a> <a href="javascript://" onclick="ouvreFenetre('<?php echo $_SESSION['config']['businessappurl'];?>index.php?display=true&module=notes&page=note_add&identifier=<?php echo $_SESSION['doc_id']; ?>&coll_id=<?php echo $_SESSION['collection_id_choice'];?>', 550, 350)"><?php echo _ADD_NOTE;?></a>
<iframe name="list_notes_doc" id="list_notes_doc" src="<?php echo $_SESSION['config']['businessappurl'];?>index.php?display=true&module=notes&page=frame_notes_doc" frameborder="0" width="100%" height="440px"></iframe> <iframe name="list_notes_doc" id="list_notes_doc" src="<?php echo $_SESSION['config']['businessappurl'];?>index.php?display=true&module=notes&page=frame_notes_doc" frameborder="0" width="100%" height="440px"></iframe>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment