@@ -0,0 +1,17 @@
|
||||
<div class="ai1ec-form-group">
|
||||
<label for="ai1ec_yearly_count" class="ai1ec-control-label ai1ec-col-sm-3">
|
||||
<?php _e( 'Every', AI1EC_PLUGIN_NAME ); ?>:
|
||||
</label>
|
||||
<div class="ai1ec-col-sm-9">
|
||||
<?php echo $count; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ai1ec-form-group">
|
||||
<label for="ai1ec_yearly_date_select" class="ai1ec-control-label ai1ec-col-sm-3">
|
||||
<?php _ex( 'In', 'Recurrence editor - yearly tab', AI1EC_PLUGIN_NAME ); ?>:
|
||||
</label>
|
||||
<div class="ai1ec-col-sm-9">
|
||||
<?php echo $year; ?>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user