Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
ccba3876
Commit
ccba3876
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix Responsive design
parent
e52e17ee
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/holiday/list.php
+1
-1
1 addition, 1 deletion
htdocs/holiday/list.php
htdocs/user/agenda_extsites.php
+3
-2
3 additions, 2 deletions
htdocs/user/agenda_extsites.php
with
4 additions
and
3 deletions
htdocs/holiday/list.php
+
1
−
1
View file @
ccba3876
<?php
<?php
/* Copyright (C) 2011 Dimitri Mouillard <dmouillard@teclib.com>
/* Copyright (C) 2011 Dimitri Mouillard <dmouillard@teclib.com>
* Copyright (C) 2013-201
5
Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2013-201
6
Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2012-2016 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2012-2016 Regis Houssin <regis.houssin@capnetworks.com>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
htdocs/user/agenda_extsites.php
+
3
−
2
View file @
ccba3876
<?php
<?php
/* Copyright (C) 2008-201
1
Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2008-201
6
Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2011-2014 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2011-2014 Juanjo Menent <jmenent@2byte.es>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
@@ -164,6 +164,7 @@ $selectedvalue=$conf->global->AGENDA_DISABLE_EXT;
...
@@ -164,6 +164,7 @@ $selectedvalue=$conf->global->AGENDA_DISABLE_EXT;
if
(
$selectedvalue
==
1
)
$selectedvalue
=
0
;
else
$selectedvalue
=
1
;
if
(
$selectedvalue
==
1
)
$selectedvalue
=
0
;
else
$selectedvalue
=
1
;
$var
=
true
;
$var
=
true
;
print
'<div class="div-table-responsive">'
;
print
"<table class=
\"
noborder
\"
width=
\"
100%
\"
>"
;
print
"<table class=
\"
noborder
\"
width=
\"
100%
\"
>"
;
print
"<tr class=
\"
liste_titre
\"
>"
;
print
"<tr class=
\"
liste_titre
\"
>"
;
...
@@ -204,7 +205,7 @@ while ($i <= $MAXAGENDA)
...
@@ -204,7 +205,7 @@ while ($i <= $MAXAGENDA)
}
}
print
'</table>'
;
print
'</table>'
;
print
'</div>'
;
dol_fiche_end
();
dol_fiche_end
();
...
...
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