Changeset be157b in indico
- Timestamp:
- 12/05/11 17:33:19 (19 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 10eafd9ae230cbad5d99d5aaf22c24724fb6c98f
- Children:
- f95278
- Parents:
- 7c0515
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (09/27/11 10:35:27)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (12/05/11 17:33:19)
- Location:
- indico/MaKaC/webinterface
- Files:
-
- 2 edited
-
pages/category.py (modified) (1 diff)
-
tpls/CategoryCreation.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/pages/category.py
re5e5df rbe157b 1647 1647 else : 1648 1648 vars["categProtection"] = "public" 1649 vars["numConferences"] = len(self.__target.conferences) 1649 1650 1650 1651 return vars -
indico/MaKaC/webinterface/tpls/CategoryCreation.tpl
rc0de5a rbe157b 57 57 </td> 58 58 </tr> 59 % if numConferences: 60 <tr> 61 <td colspan="2"> 62 <p class="warningText">${_('Warning: The parent category contains %d events which will be moved to the new sub-category.') % numConferences}</p> 63 </td> 64 </tr> 65 % endif 59 66 <tr> 60 67 <td> </td>
Note: See TracChangeset
for help on using the changeset viewer.
