Remove unneeded and duplicate id.
authorJan Schneider <jan@horde.org>
Tue, 9 Mar 2010 17:50:19 +0000 (18:50 +0100)
committerJan Schneider <jan@horde.org>
Tue, 9 Mar 2010 17:50:35 +0000 (18:50 +0100)
kronolith/templates/chunks/calendar.php

index 6a817d7..fd3143e 100644 (file)
@@ -14,7 +14,7 @@ asort($groups);
 <div id="kronolithCalendarDialog" class="kronolithDialog">
 
 <form id="kronolithCalendarForminternal" action="">
-<input id="kronolithCalendarType" type="hidden" name="type" value="internal" />
+<input type="hidden" name="type" value="internal" />
 <input id="kronolithCalendarinternalId" type="hidden" name="calendar" />
 
 <div class="kronolithCalendarDiv" id="kronolithCalendarinternal1">
@@ -309,7 +309,7 @@ asort($groups);
 </form>
 
 <form id="kronolithCalendarFormtasklists" action="">
-<input id="kronolithCalendarType" type="hidden" name="type" value="tasklists" />
+<input type="hidden" name="type" value="tasklists" />
 <input id="kronolithCalendartasklistsId" type="hidden" name="calendar" />
 
 <div class="kronolithCalendarDiv" id="kronolithCalendartasklists1">
@@ -370,7 +370,7 @@ tbd
 </form>
 
 <form id="kronolithCalendarFormremote" action="">
-<input id="kronolithCalendarType" type="hidden" name="type" value="remote" />
+<input type="hidden" name="type" value="remote" />
 <input id="kronolithCalendarremoteId" type="hidden" name="calendar" />
 
 <div class="kronolithCalendarDiv" id="kronolithCalendarremote1">