]> git.llucax.com Git - software/sercom.git/commitdiff
si no hay instancias de entregas activas aborto el agregar entrega al alumno.
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Mon, 19 Mar 2007 02:54:21 +0000 (02:54 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Mon, 19 Mar 2007 02:54:21 +0000 (02:54 +0000)
sercom/subcontrollers/misentregas/templates/new.kid

index 2ba40fca97dfe17d8fafbecac893f963466adfc6..1e20e7dcb4840bb1974fe81346197b97a499c972 100644 (file)
@@ -5,6 +5,15 @@
 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
 <title>new</title>
 </head>
+<script type="text/javascript">
+       function init_data () {
+               if (MochiKit.DOM.getElement('form_ejercicio').options.length == 1) {
+                       alert('No hay Ejercicios activos en este momento.\nNo es posible realizar una entrega.');
+                       window.history.go(-1);
+               }
+       }
+       MochiKit.DOM.addLoadEvent(init_data);
+</script>
 <body>
 
 <h1>Crear Nuevo <span py:replace="name">Objeto</span></h1>