Changeset 860 for pmb4.2/trunk/fuentes/pmb
- Timestamp:
- Mar 14, 2016, 1:41:26 PM (5 years ago)
- Location:
- pmb4.2/trunk/fuentes/pmb
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/pmb/includes/templates/admin.tpl.php
r819 r860 340 340 </span> 341 341 342 //-------------------- LLIUREX 09/03/2016------------------ 342 <!-- LLIUREX 09/03/2016 --> 343 343 <span".ongletSelect("categ=empr&sub=migration")."> 344 344 <a title='$msg[usur_migr_menu]' href='./admin.php?categ=empr&sub=migration&action='> … … 346 346 </a> 347 347 </span> 348 //----------------- FIN LLIUREX 09/03/2016------------- 348 <!-- FIN LLIUREX 09/03/2016 --> 349 349 </div>"; 350 350 … … 386 386 </span> 387 387 388 //-------------------- LLIUREX 09/03/2016------------------ 389 // Añadimos importar registros de REBECA ---------------- 388 <!-- LLIUREX 09/03/2016 --> 389 <!-- Añadimos importar registros de REBECA --> 390 390 <span".ongletSelect("categ=import&sub=import_reb")."> 391 391 <a href='./admin.php?categ=import&sub=import_reb&action='> … … 393 393 </a> 394 394 </span> 395 //----------------- FIN LLIUREX 09/03/2016------------- 395 <!-- FIN LLIUREX 09/03/2016 --> 396 396 397 397 <span".ongletSelect("categ=import&sub=import_skos")."> … … 497 497 </a> 498 498 </span> 499 //-------------------- LLIUREX 09/03/2016------------------ 499 <!-- LLIUREX 09/03/2016 --> 500 500 <span".ongletSelect("categ=tradu")."> 501 501 <a title='$msg[tradu_tablas]' href='./admin.php?categ=misc&sub=tradu'> … … 503 503 </a> 504 504 </span> 505 //----------------- FIN LLIUREX 09/03/2016------------- 505 <!-- FIN LLIUREX 09/03/2016 --> 506 506 507 507 </div> … … 549 549 </a> 550 550 </span> 551 //-------------------- LLIUREX 09/03/2016------------------ 552 // ---Copias de seguridad de lliurex 551 <!-- LLIUREX 09/03/2016 --> 552 <!-- Copias de seguridad de lliurex --> 553 553 <span".ongletSelect("categ=sauvegarde&sub=lliurexp")."> 554 554 <a title='$msg[copia_seg_a]' href='./admin.php?categ=sauvegarde&sub=lliurexp'> … … 561 561 </a> 562 562 </span> 563 //----------------- FIN LLIUREX 09/03/2016------------- 563 <!-- FIN LLIUREX 09/03/2016 --> 564 564 565 565 -
pmb4.2/trunk/fuentes/pmb/includes/templates/edit.tpl.php
r852 r860 48 48 <li><a href='./edit.php?categ=empr&sub=categ_change'>".$msg['edit_menu_empr_categ_change']."</a></li> 49 49 50 //------------------------- LLIUREX 14/03/2016 --------------------------------------------- 50 <!-- ----------------------- LLIUREX 14/03/2016 ------------------------------------------- --> 51 51 <li><a href='./edit.php?categ=empr&sub=no_migrados'>".$msg['informe_no_migrados']."</a></li> 52 52 <li><a href='./edit.php?categ=empr&sub=duplicados'>".$msg['informe_duplicados']."</a></li> 53 //------------------------ FIN LLIUREX 14/03/2016 ---------------------------------------- 53 <!-- ---------------------- FIN LLIUREX 14/03/2016 ---------------------------------------- --> 54 54 55 55 -
pmb4.2/trunk/fuentes/pmb/tejuelo.php
r828 r860 17 17 require_once("$include_path/notice_authors.inc.php"); 18 18 require_once("$include_path/notice_categories.inc.php"); 19 //--------------------- LLIUREX 14/03/2016----------------------- 19 20 require '/usr/share/php/fpdf/fpdf.php'; 20 21 //--------------------- FIN LLIUREX 14/03/2016------------------- 21 22 22 23 … … 135 136 136 137 // Creamos objeto PDF 137 138 //-----------------------LLIUREX 14/03/2016------------------ 139 require '/usr/share/php/fpdf/fpdf.php'; 140 //----------------------- FIN LLIUREX 14/03/2016------------- 138 141 $pdf=new FPDF('P','in','A4'); 139 142 -
pmb4.2/trunk/fuentes/pmb/tejuelo2.php
r828 r860 17 17 require_once("$include_path/notice_authors.inc.php"); 18 18 require_once("$include_path/notice_categories.inc.php"); 19 require '/usr/share/php/fpdf/fpdf.php'; 20 19 //----------------------- LLIUREX 14/03/2016------------------------- 20 //require '/usr/share/php/fpdf/fpdf.php'; 21 //------------------------FIN LLIUREX 14/03/2016--------------------- 21 22 22 23 … … 81 82 82 83 // Creamos objeto PDF 84 //----------------------- LLIUREX 14/03/2016------------------------- 85 require '/usr/share/php/fpdf/fpdf.php'; 86 //------------------------FIN LLIUREX 14/03/2016--------------------- 83 87 $pdf=new FPDF('P','in','A4'); 84 88 -
pmb4.2/trunk/fuentes/pmb/tejuelo3.php
r828 r860 16 16 require_once("$include_path/notice_authors.inc.php"); 17 17 require_once("$include_path/notice_categories.inc.php"); 18 require '/usr/share/php/fpdf/fpdf.php'; 18 //----------------------- LLIUREX 14/03/2016------------------------- 19 //require '/usr/share/php/fpdf/fpdf.php'; 20 //------------------------FIN LLIUREX 14/03/2016---------------------; 19 21 20 22 … … 80 82 81 83 // Creamos objeto PDF 84 //----------------------- LLIUREX 14/03/2016------------------------- 85 require '/usr/share/php/fpdf/fpdf.php'; 86 //------------------------FIN LLIUREX 14/03/2016--------------------- 82 87 $pdf=new FPDF('P','in','A4'); 83 88
Note: See TracChangeset
for help on using the changeset viewer.