subscription enddate is not mandatory + add a small hint on the right

This commit is contained in:
Paul Poulain 2009-11-10 21:32:21 +01:00 committed by Henri-Damien LAURENT
parent e1091f9439
commit 281b8a5a01

View file

@ -1326,7 +1326,7 @@ $(document).ready(function() {
<span class="required">Required</span>
</li>
<li>
<label for="ending_date" class="required"> Subscription end date:</label>
<label for="ending_date"> Subscription end date:</label>
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="buttonend1" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
<input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->" size="13" maxlength="10" id="ending_date" style="border-width: 0px;" />
@ -1344,7 +1344,7 @@ $(document).ready(function() {
button : "ending_date",
align : "Tl"
});
</script>
</script> (finished subscriptions only)
</li>
<li><label for="numberingmethod">Numbering formula:</label> <input type="text" name="numberingmethod" id="numberingmethod" value="<!-- TMPL_VAR name="numberingmethod" -->" />
</li>