Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6175 Rev 6178
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
    $('a.knowledge-add-a').click(function(e) {
425
    $('#knowledge-add-a').click(function(e) {
426
        e.preventDefault();
426
        e.preventDefault();
Línea 539... Línea 539...
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';
-
 
546
                            } ?>">
543
    <div class="company-title">
547
            LABEL_KNOWLEDGE_AREA_TITLE
-
 
548
        </h1>
544
        <h1 class="title mx-auto">LABEL_KNOWLEDGE_AREA_TITLE</h1>
549
        <?php if ($content_edit && $allowAdd) : ?>
-
 
550
 
-
 
551
            <div class="knowledge-add-container">
-
 
552
                <a href="" id="knowledge-add-a" class="knowledge-add-a">
545
        <?php if ($content_edit && $allowAdd) : ?>
553
                    <h2 class="title cursor-pointer">
546
            <h2 class="title cursor-pointer" id="knowledge-add-a">
554
                        LABEL_KNOWLEDGE_AREA_ADD
-
 
555
                    </h2>
-
 
556
                </a>
547
                LABEL_KNOWLEDGE_AREA_ADD
557
            </div>
548
            </h2>
558
        <?php endif; ?>
549
        <?php endif; ?>
Línea 559... Línea 550...
559
    </div>
550
    </div>
560
 
551