Преглед на файлове

- Simplified Notifications page (Trac #163)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@755 a333f486-631f-4898-b8df-5754b55c2be0
dflaven преди 14 години
родител
ревизия
170401291a
променени са 1 файла, в които са добавени 2 реда и са изтрити 17 реда
  1. 2 17
      application/templates/notifications_menu.html

+ 2 - 17
application/templates/notifications_menu.html

@@ -2,7 +2,7 @@
 <h1><itopstring>UI:NotificationsMenu:Title</itopstring></h1>
 </div>
 <itoptoggle name="UI:NotificationsMenu:Help" open="true">
-<div style="padding: 1em; font-size:1.25em;background:#E8F3CF;margin-top: 0.25em;">
+<div style="padding: 1em; font-size:10pt;background:#E8F3CF;margin-top: 0.25em;">
 <img src="../images/bell.png" style="margin-top: -60px; margin-right: 10px; float: right;">
 <itopstring>UI:NotificationsMenu:HelpContent</itopstring>
 </div>
@@ -11,22 +11,7 @@
 <itoptabs>
 	<itoptab name="UI:NotificationsMenu:Triggers">
 		<h2><itopstring>UI:NotificationsMenu:AvailableTriggers</itopstring></h2>
-		<table style="border:0;border-spacing:10px;width:100%;">
-		<tr>
-		<td style="vertical-align:top;width:33%;padding:10px;background:#f8f8f8;">
-		<h3><itopstring>UI:NotificationsMenu:OnCreate</itopstring></h3>
-		<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">SELECT TriggerOnObjectCreate</itopblock>
-		</td>
-		<td style="vertical-align:top;width:33%;padding:10px;background:#f8f8f8;">
-		<h3><itopstring>UI:NotificationsMenu:OnStateEnter</itopstring></h3>
-		<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">SELECT TriggerOnStateEnter</itopblock>
-		</td>
-		<td style="vertical-align:top;width:33%;padding:10px;background:#f8f8f8;">
-		<h3><itopstring>UI:NotificationsMenu:OnStateLeave</itopstring></h3>
-		<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">SELECT TriggerOnStateLeave</itopblock>
-		</td>
-		</tr>
-		</table>
+		<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">SELECT Trigger</itopblock>
 	</itoptab>
 	<itoptab name="UI:NotificationsMenu:Actions">
 		<h2><itopstring>UI:NotificationsMenu:AvailableActions</itopstring></h2>