Pārlūkot izejas kodu

Center notification?

Andy Baugh 6 gadi atpakaļ
vecāks
revīzija
61dee38331
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      notification-center/notification-center.tt

+ 3 - 1
notification-center/notification-center.tt

@@ -35,7 +35,9 @@
         </tr>
         <tr style="display:none" id="[% notification %]">
             <td colspan=3>
-                [% data.notifications.$notification.html %]
+                <div style="margin: 0 auto;">
+                    [% data.notifications.$notification.text %]
+                </div>
             </td>
         </tr>
         [% END %]