本文整理汇总了PHP中Button::createAccept方法的典型用法代码示例。如果您正苦于以下问题:PHP Button::createAccept方法的具体用法?PHP Button::createAccept怎么用?PHP Button::createAccept使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Button
的用法示例。
在下文中一共展示了Button::createAccept方法的7个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _
?>
</a><br>
<? else : ?>
<a href="<?php
echo URLHelper::getLink('seminar_main.php?auswahl=' . $show_entry['id']);
?>
"><?php
echo _("Zur Veranstaltung");
?>
</a><br>
<? endif ?>
<br>
<div style="text-align: center" data-dialog-button>
<?php
echo Button::createAccept(_('Speichern'), array('style' => 'margin-right: 20px'));
?>
<? if (!$show_entry['visible']) : ?>
<?php
echo LinkButton::create(_('Einblenden'), $controller->url_for('calendar/schedule/bind/' . $show_entry['id'] . '/' . $show_entry['cycle_id'] . '/' . '?show_hidden=1'), array('style' => 'margin-right: 20px'));
?>
<? else : ?>
<?php
echo LinkButton::create($show_entry['type'] == 'virtual' ? _('Löschen') : _('Ausblenden'), $controller->url_for('calendar/schedule/unbind/' . $show_entry['id'] . '/' . $show_entry['cycle_id']), array('style' => 'margin-right: 20px'));
?>
<? endif ?>
<?php
echo LinkButton::createCancel(_('Abbrechen'), $controller->url_for('calendar/schedule'), array('onclick' => "jQuery('#edit_sem_entry').fadeOut('fast'); STUDIP.Calendar.click_in_progress = false; return false"));
?>
示例2: htmlReady
</select>
<input type="text" size="60" maxlength="255" name="tour_audience_range_id"
value="<?php
echo $audience ? htmlReady($audience->range_id) : '';
?>
"
placeholder="<?php
echo _('interne ID des Objekts');
?>
"/-->
<div class="submit_wrapper">
<?php
echo CSRFProtection::tokenTag();
?>
<?php
echo Button::createAccept(_('Speichern'), 'save_tour_details');
?>
<?php
echo LinkButton::createCancel(_('Abbrechen'), $controller->url_for('tour/admin_overview'));
?>
</div>
</fieldset>
<? if (!$tour->isNew()) :?>
<table class="default">
<caption>
<div class="step_list_title"><?php
echo _('Schritte');
?>
</div>
</caption>
<colgroup>
示例3: _
echo _('Hilfe-Text:');
?>
</label>
<textarea cols="60" rows="5" name="help_content_content"
placeholder="<?php
echo _('Bitte geben Sie den Text ein');
?>
"><?php
echo $help_content->content ? htmlReady($help_content->content) : '';
?>
</textarea>
<div "data-dialog-button" = "1">
<?php
echo CSRFProtection::tokenTag();
?>
<? if ($via_ajax): ?>
<?php
echo Button::create(_('Speichern'), 'save_help_content', array('data-dialog' => '1', 'data-dialog-button' => '1'));
?>
<? else: ?>
<?php
echo Button::createAccept(_('Speichern'), 'save_help_content');
?>
<?php
echo LinkButton::createCancel(_('Abbrechen'), $controller->url_for('help_content/admin_overview'), array());
?>
<? endif; ?>
</div>
</fieldset>
</form>
</div>
示例4: _
?>
</b>
</td></tr>
<tr><td style="background-color: #fff; padding: 1.5em;">
<?php
echo _('Sollten Sie keine E-Mail erhalten haben, können Sie sich einen neuen Aktivierungsschlüssel zuschicken lassen. Geben Sie dazu Ihre gewünschte E-Mail-Adresse unten an:');
?>
<form action="activate_email.php" method="post">
<?php
echo CSRFProtection::tokenTag();
?>
<input type="hidden" name="uid" value="<?php
echo $uid;
?>
">
<table><tr><td><?php
echo _('E-Mail:');
?>
</td><td><input name="email1"></td></tr>
<tr><td><?php
echo _('Wiederholung:');
?>
</td><td><input name="email2"></td></tr></table>
<?php
echo Button::createAccept(_('Abschicken'));
?>
</form>
</td></tr></table></div><br>
示例5: _
>
<?php
echo Icon::create('edit', 'clickable')->asImg();
?>
</a>
<?php
echo Icon::create('trash', 'clickable', ['title' => _('Tour löschen')])->asInput(array('name' => 'tour_remove_' . $tour_id));
?>
</td>
</tr>
<? endforeach ?>
</tbody>
<tfoot>
<tr><td colspan="8">
<?php
echo Button::createAccept(_('Speichern'), 'save_tour_settings');
?>
</td></tr></tfoot>
</table>
<? else : ?>
<?php
echo _('Keine Touren vorhanden.');
?>
<? endif ?>
</form><br><br></p></td>
</tr>
</table>
</div>
<?
$sidebar = Sidebar::get();
$widget = new ViewsWidget();
示例6: sprintf
<thead>
<tr>
<th colspan="2"><?php
echo sprintf(_('%s suchen'), htmlReady($decoratedStatusGroups['dozent']));
?>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<?php
echo QuickSearch::get('new_dozent', $search)->withButton(array('reset_button_name' => 'reset_dozent', 'search_button_name' => 'search_dozent'))->render();
?>
<input type="hidden" name="seminar_id" value="<?php
echo $course_id;
?>
">
</td>
<td>
<?php
echo Button::createAccept(_('Eintragen'), 'add_dozent', array('title' => sprintf(_("als %s eintragen"), htmlReady($decoratedStatusGroups['dozent']))));
echo LinkButton::createCancel(_('Abbrechen'), $controller->url_for('course/members/index'));
?>
</td>
</tr>
</tbody>
</table>
</form>
示例7: formatReady
<? use Studip\Button, Studip\LinkButton; ?>
<div class="modaloverlay">
<div class="messagebox">
<div class="content">
<?php
echo formatReady($question);
?>
</div>
<div class="buttons">
<form action="<?php
echo $action;
?>
" method="post">
<?php
echo CSRFProtection::tokenTag();
?>
<?php
echo Button::createAccept(_('JA!'), 'kill', array('title' => _('Raumanfrage löschen')));
?>
<span style="margin-left: 1em;">
<?php
echo Button::createCancel(_('NEIN!'), 'cancel', array('title' => _('Raumanfrage löschen')));
?>
</span>
</form>
</div>
</div>
</div>