-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dp
committed
Mar 27, 2015
1 parent
c3c8877
commit 6295cf0
Showing
10 changed files
with
126 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
<a href="#" | ||
onclick="Ice_Form.modal($(this), 'Bi:Blog', <?= $value ?>, 'Ice:Form_Submit', ['blog_name'], 0, 'Add blog', '_Modal', {reRenderClosest: 'Ice:Data_Model', reRenderActionClassName: [], formFilterFields: ['blog_name'], dataFilterFields: ['blog_pk', 'blog_name']}, 'Ice:Data_Model', []); return false;">Изменить</a> | ||
<a href="<?php if (isset($options['href'])) { ?><?= $options['href'] ?><?php } else { ?>#<?php } ?>" | ||
<?php if (isset($options['onclick'])) { ?>onclick="<?= $options['onclick'] ?>"<?php } ?> | ||
<?php if (!empty($options['classes'])) { ?>class="<?= implode(' ', $options['classes']) ?>"<?php } ?> | ||
<?php if (isset($options['style'])) { ?>style="<?= $options['style'] ?>"<?php } ?>><?= $value ?></a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
|
||
use Ice\Core\Ui_Data; | ||
|
||
class Simple extends Ui_Data { | ||
class Table extends Ui_Data { | ||
|
||
} |