소스 검색

Show all types of Actions from the "Notifications/Actions" tab.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2889 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 년 전
부모
커밋
7154bc9e97
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/templates/notifications_menu.html

+ 1 - 1
application/templates/notifications_menu.html

@@ -15,6 +15,6 @@
 	</itoptab>
 	<itoptab name="UI:NotificationsMenu:Actions">
 		<h2><itopstring>UI:NotificationsMenu:AvailableActions</itopstring></h2>
-		<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">SELECT ActionEmail</itopblock>
+		<itopblock BlockClass="DisplayBlock" type="list" asynchronous="false" encoding="text/oql">SELECT Action</itopblock>
 	</itoptab>
 </itoptabs>