• object_form.msn

    644 645  
    10 10 <tr>
    11 11 <td style="font-size:110%;">
    12 12 <b><% (ref($object) && $object->id() ) ? 'Редактирование' : 'Создание' %> <% $PROTOS->{$proto}->[0] %> типа "<% $object->class_name() %>"</b>
    13 % if ( $object->get_url ) {
    14 <div style="margin-top:5px; font-size:85%;">Ссылка: <a href="<% $object->get_url %>"><% $object->get_url %></a></div>
    15 % }
    13 16 </td>
    14 17 <td align="right">
    15 18 % unless ( $proto eq 'sections' && $object->id == 1 ) {