Changeset 3a8344c in indico
- Timestamp:
- 08/08/11 16:10:33 (22 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 407709
- Parents:
- f4e021
- git-author:
- Jurand Nogiec <jurand.nogiec@…> (06/27/11 15:29:21)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (08/08/11 16:10:33)
- Location:
- indico/MaKaC/webinterface
- Files:
-
- 3 edited
-
rh/admins.py (modified) (2 diffs)
-
tpls/AdminsSystem.tpl (modified) (1 diff)
-
tpls/AdminsSystemModif.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/rh/admins.py
r8539af r3a8344c 635 635 RHAdminBase._checkParams( self, params ) 636 636 self._action = params.get("action", None) 637 self._volume = params.get("volume", None) 637 638 self._proxy = False 638 639 if params.get("proxy", False): … … 642 643 if self._action == "ok": 643 644 self._minfo.setProxy(self._proxy) 645 self._minfo.setArchivingVolume(self._volume) 644 646 self._redirect(urlHandlers.UHAdminsSystem.getURL()) 645 647 elif self._action == "cancel": -
indico/MaKaC/webinterface/tpls/AdminsSystem.tpl
rc0de5a r3a8344c 15 15 </form> 16 16 </td> 17 <tr> 18 <td nowrap class="titleCellTD"><span class="titleCellFormat">${ _("Archiving Volume")}</span></td> 19 <td bgcolor="white" width="100%" valign="top" class="blacktext">${ minfo.getArchivingVolume() }</td> 20 </tr> 17 21 </tr> 18 22 </table> -
indico/MaKaC/webinterface/tpls/AdminsSystemModif.tpl
rc0de5a r3a8344c 16 16 <input type="checkbox" size="50" name="proxy" value="True" ${ ("", "checked")[minfo.useProxy()] }> 17 17 <small>${ _("Check it if users connect to a proxy to access Indico (load balancing)")}</small> 18 </td> 19 </tr> 20 <tr> 21 <td nowrap class="titleCellTD"><span class="titleCellFormat">${ _("Archiving Volume")}</span></td> 22 <td bgcolor="white" width="100%"> 23 <input type="text" size="50" name="volume" value="${ minfo.getArchivingVolume() }"> 18 24 </td> 19 25 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
