Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
a0bcebb2
Commit
a0bcebb2
authored
15 years ago
by
SNA
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
4f8e8192
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
notes/trunk/note_add.php
+1
-1
1 addition, 1 deletion
notes/trunk/note_add.php
notes/trunk/notes_doc.php
+1
-1
1 addition, 1 deletion
notes/trunk/notes_doc.php
with
2 additions
and
2 deletions
notes/trunk/note_add.php
+
1
−
1
View file @
a0bcebb2
...
@@ -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
;
?>
"
>
...
...
This diff is collapsed.
Click to expand it.
notes/trunk/notes_doc.php
+
1
−
1
View file @
a0bcebb2
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment