Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6172 | Rev 6175 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6172 Rev 6173
Línea 420... Línea 420...
420
 
420
 
421
        window.open(action)
421
        window.open(action)
Línea 422... Línea 422...
422
    });
422
    });
423
 
423
 
Línea 424... Línea 424...
424
 
424
 
425
    $('#knowledge-add-a').click(function(e) {
425
    $('a.knowledge-add-a').click(function(e) {
426
        e.preventDefault();
426
        e.preventDefault();
Línea 538... Línea 538...
538
$this->inlineScript()->captureEnd();
538
$this->inlineScript()->captureEnd();
539
$this->headLink()->appendStylesheet('/look-and-field/knowledge.css');
539
$this->headLink()->appendStylesheet('/look-and-field/knowledge.css');
540
?>
540
?>
Línea 541... Línea 541...
541
 
541
 
542
<section class="companies-info container">
542
<section class="companies-info container">
-
 
543
    <div class="company-title">
-
 
544
        <h1 class="title <?php if (!$allowAdd) {
-
 
545
                                echo 'mx-auto';
543
    <div className="company-title">
546
                            } ?>">
-
 
547
            LABEL_KNOWLEDGE_AREA_TITLE
544
        <h1 class="title mx-auto">LABEL_KNOWLEDGE_AREA_TITLE</h1>
548
        </h1>
Línea -... Línea 549...
-
 
549
        <?php if ($content_edit && $allowAdd) : ?>
545
        <?php if ($content_edit && $allowAdd) : ?>
550
 
546
 
551
            <div class="knowledge-add-container">
-
 
552
                <a href="" id="knowledge-add-a" class="knowledge-add-a">
-
 
553
                    <h2 class="title cursor-pointer" onClick={onAdd}>
-
 
554
                        LABEL_KNOWLEDGE_AREA_ADD
547
            <a href="" id="knowledge-add-a" class="knowledge-add-a">
555
                    </h2>
548
                <h2 className="title cursor-pointer">LABEL_KNOWLEDGE_AREA_ADD</h2>
-
 
549
            </a>
556
                </a>
550
 
557
            </div>
Línea 551... Línea 558...
551
        <?php endif; ?>
558
        <?php endif; ?>
552
    </div>
559
    </div>