Ejemplo n.º 1
0
                    <div class="b-layout__txt b-layout__txt_padbot_5 b-layout__txt_bold">
                        <a class="b-layout__link" href="<?php 
                    echo tservices_helper::getFeedbackUrl($frl_feedback_id, $employer['login']);
                    ?>
">Ваш отзыв</a>
                    </div>
                    <?php 
                }
                ?>
                    
                    <?php 
                if ($is_emp_feedback) {
                    ?>
                    <div class="b-layout__txt b-layout__txt_padbot_5 b-layout__txt_bold">
                        <a class="b-layout__link" href="<?php 
                    echo tservices_helper::getFeedbackUrl($emp_feedback_id);
                    ?>
">Отзыв от Заказчика</a>
                    </div>
                    <?php 
                }
                ?>

                    <?php 
                if (!$is_frl_feedback && $is_allow_feedback) {
                    ?>
                    <div class="b-buttons b-buttons_padbot_15">
                        <a class="b-button b-button_flat b-button_flat_green" 
                           href="javascript:void(0);" 
                           data-popup="<?php 
                    echo TServiceOrderFeedback::getPopupId($order_id);