aboutsummaryrefslogtreecommitdiffstats
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Issue ID 0000375: rub2006-06-292-6/+5
| | | | | | | | | o Line too long o Use paragraph Merge BSF r1413:1414 into branch-1_6 git-svn-id: http://piwigo.org/svn/trunk@1418 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000445: rub2006-06-281-1/+1
| | | | | | Missing <div id="theHeader">{PAGE_BANNER}</div> git-svn-id: http://piwigo.org/svn/trunk@1416 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000375: rub2006-06-282-9/+20
| | | | | | | | | | o Keep same format display o Add css class o rename warning to header_msg Merge BSF r1411:1412 into branch-1_6 git-svn-id: http://piwigo.org/svn/trunk@1414 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 435: move image.css to picture.css to be consistent with picture.tplchrisaga2006-06-242-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1398 68402e56-0260-453c-a942-63ccdbb3a9ee
* set file Id and propertieschrisaga2006-06-241-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1395 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove unused css file and rules in templatechrisaga2006-06-244-108/+95
| | | | | | | move css rules used only in admin section to a new admin/default-layout.css file step one admin/default-layout.css is still imported in default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1392 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix cosmetic issueschrisaga2006-06-241-5/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@1389 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 411: Commentaire trop longchrisaga2006-06-241-17/+11
| | | | | | and other comments display small issues git-svn-id: http://piwigo.org/svn/trunk@1388 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1385 ↵chrisaga2006-06-243-3/+3
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 434: split thumbnails in template so customization could be easyerchrisaga2006-06-247-105/+111
| | | | git-svn-id: http://piwigo.org/svn/trunk@1384 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve template : feature 433: Separate IE6 css to be more IE7 readychrisaga2006-06-243-36/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@1382 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 375: html bug; warnings are displayed outside from the html tree.nikrou2006-06-221-1/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@1380 68402e56-0260-453c-a942-63ccdbb3a9ee
* svn merge -r1366:1371 from branch 1.6 into trunknikrou2006-06-225-125/+129
| | | | git-svn-id: http://piwigo.org/svn/trunk@1377 68402e56-0260-453c-a942-63ccdbb3a9ee
* issue 426 step 1 reverted:nikrou2006-06-22212-5110/+25
| | | | | | | | svn merge -r1466:1465 . svn merge -r1463:1462 . git-svn-id: http://piwigo.org/svn/trunk@1376 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 426: first step; separation of admin and public into two templatesnikrou2006-06-18212-25/+5110
| | | | | | | Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 422 fixed: invalid htmlnikrou2006-06-161-23/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@1359 68402e56-0260-453c-a942-63ccdbb3a9ee
* small css fix: no commanikrou2006-06-151-1/+1
| | | | | | | svn merge -r1354:1355 from branch 1.6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1356 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1351 from branch-1_6 to trunk (bug 388: html errors in month_calendar)rvelices2006-06-141-16/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1352 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1348:1349 from branch 1.6 to trunk (bug 416 fixed).plegall2006-06-131-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1350 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1346:1347 from branch 1.6 to trunk (bug 402 fixed).plegall2006-06-131-8/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@1348 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1342:1343 from branch 1.6 to trunk (bug 413 fixed)plegall2006-06-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1344 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve : set legend height in template-common/default-layout.css, not in ↵chrisaga2006-06-051-1/+0
| | | | | | the template. git-svn-id: http://piwigo.org/svn/trunk@1341 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 400 : <td nowrap> dans l'historique, and improve history tables, ↵chrisaga2006-06-044-27/+50
| | | | | | plus some code formating git-svn-id: http://piwigo.org/svn/trunk@1339 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 387 : html errors in search.tplchrisaga2006-06-031-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@1337 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1334:1335 from branch 1.6 to trunk (bug 390 fixed)plegall2006-06-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1336 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1328 ↵chrisaga2006-05-301-0/+5
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve : a more compact header to picture.tpl (+ use css instead of hidden hr)chrisaga2006-05-283-40/+29
| | | | git-svn-id: http://piwigo.org/svn/trunk@1325 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 381 : Caddie thumbnails bad display in IE6 (bsf & branch 1.6)chrisaga2006-05-161-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1315 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1312:1313 from branch 1.6 to trunk (bug 373 fixed)plegall2006-05-151-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1314 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1306:1307 from branch 1.6 into trunkplegall2006-05-151-53/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@1308 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000371:rub2006-05-071-3/+0
| | | | | | | | | | | o Sorry but reverse r1299/1300 Issue ID 0000356: o Add new html properties tags on adviser mode git-svn-id: http://piwigo.org/svn/trunk@1303 68402e56-0260-453c-a942-63ccdbb3a9ee
* html bug fixed: the sentence "mod adviser enabled" must be add in the page!nikrou2006-05-051-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1299 68402e56-0260-453c-a942-63ccdbb3a9ee
* atrribute target not allowed in html strictnikrou2006-04-293-4/+4
| | | | | | | svn merge -r1292:1293 from branch 1.6 git-svn-id: http://piwigo.org/svn/trunk@1294 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@1292 ↵chrisaga2006-04-292-2/+2
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1285 in from branch-1_6 to trunkrvelices2006-04-284-6/+29
| | | | | | | bug 359: transform rating html A links to FORM because some bots rate pictures (even if rel="nofollow" is set) git-svn-id: http://piwigo.org/svn/trunk@1286 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1279:1280 from branch 1.6 to trunk (bug 357 fixed)plegall2006-04-271-4/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@1281 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1273 from branch-1_6 to trunkrvelices2006-04-262-3/+8
| | | | | | | | reduced the horizontal spacing between tags on the search page when clicking today on search page, the page is not scrolled to top git-svn-id: http://piwigo.org/svn/trunk@1274 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge branch 1.6 r1266:1267 into trunkchrisaga2006-04-252-39/+71
| | | | git-svn-id: http://piwigo.org/svn/trunk@1268 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1265 from branch-1_6 to trunkrvelices2006-04-251-4/+4
| | | | | | bug 348: missing hint for first/last icons in picture.tpl git-svn-id: http://piwigo.org/svn/trunk@1266 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve : caddie display : now like the thumbails in category page. Valid ↵chrisaga2006-04-233-24/+28
| | | | | | HTML (still an Opera issue) git-svn-id: http://piwigo.org/svn/trunk@1263 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement : minor improvements and bug fixes in templatechrisaga2006-04-225-6/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve : search.tpl, onfocus and onblur addedchrisaga2006-04-221-5/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@1257 68402e56-0260-453c-a942-63ccdbb3a9ee
* - rewrite : search.tpl with FORM.filter and FILESETs instead of TABLEs. Now ↵chrisaga2006-04-223-107/+112
| | | | | | | | | | valid HTML 4.01 strict - improve : FORM.filter for search.tpl needs - fix : FORM.filter bug with Opera - fix : FORM#quickconnect git-svn-id: http://piwigo.org/svn/trunk@1255 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improve : template codechrisaga2006-04-225-34/+11
| | | | | | tables are horizontaly centered by default git-svn-id: http://piwigo.org/svn/trunk@1253 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix : display on IE 5.2 Mac ↵chrisaga2006-04-221-0/+3
| | | | | | (http://forum.phpwebgallery.net/viewtopic.php?pid=34243#p34243) git-svn-id: http://piwigo.org/svn/trunk@1251 68402e56-0260-453c-a942-63ccdbb3a9ee
* html bug fixednikrou2006-04-218-30/+11
| | | | | | | svn merge -r1238:1240,1242 from branch-1_6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1244 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000342:rub2006-04-211-0/+2
| | | | | | | | o Improved NBM messages git-svn-id: http://piwigo.org/svn/trunk@1232 68402e56-0260-453c-a942-63ccdbb3a9ee
* partial merge -r1173:1174 from branch-1_6 to trunk: new configurationplegall2006-04-201-45/+0
| | | | | | | | | | | | | | | parameter die_on_sql_error (upgrade.php and install/upgrade_*.php not concerned on BSF) partial merge -r1208:1209 from branch-1_6 to trunk (only bug fix on incorrect insertion of complex upgrade identifiers) deletions: upgrade.php and all install/upgrade_*.php because these script are never up to date on BSF. Anyway, they are only required on a stable branch. git-svn-id: http://piwigo.org/svn/trunk@1221 68402e56-0260-453c-a942-63ccdbb3a9ee
* -fix : link to fix-ie5-ie6.css was incorrect in header.tpl (related to bug 298)chrisaga2006-04-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1218 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1216 from branch-1_6 into trunkrvelices2006-04-201-1/+1
| | | | | | | | bug 340: ini_set disabled to Club Internet ISP + 1 error text message fix: display issue with IE6 on admin rating (table from 100% to 99%) git-svn-id: http://piwigo.org/svn/trunk@1217 68402e56-0260-453c-a942-63ccdbb3a9ee