Ignore:
Timestamp:
Jun 6, 2015, 4:07:00 AM (9 years ago)
Author:
luc
Message:

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/funzioni.php

    r2 r239  
    11<?php
    22
    3 ###########################
     3/*
     4#funzione sorpassat da CKeditor 2015
     5
     6###########################
    47# FCKeditor
    58###########################
     
    1417       echo "<textarea name=\"$name\" cols=\"$cols\" rows=\"$rows\">$value</textarea>";
    1518   } else {
    16         @include_once(INCLUDE_PATH."../../inc/FCKeditor/fckeditor.php");
     19        @include_once(INCLUDE_PATH."../../inc/fckeditor/fckeditor.php");
    1720        $oFCKeditor = new FCKeditor($name) ;
    1821        $oFCKheight = $rows * 20;
     
    3639       echo "<textarea name=\"$name\" cols=\"$cols\" rows=\"$rows\">$value</textarea>";
    3740   } else {
    38         @include_once(INCLUDE_PATH."../../inc/FCKeditor/fckeditor.php");
     41        @include_once(INCLUDE_PATH."../../inc/fckeditor/fckeditor.php");
    3942        $oFCKeditor = new FCKeditor($name) ;
    4043        $oFCKheight = $rows * 20;
     
    4750   }
    4851}
    49 
     52*/
    5053?>
Note: See TracChangeset for help on using the changeset viewer.