mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<? if (!$info->site) continue ?>
|
||||
<? if ($id == $site) continue ?>
|
||||
<div class="gBlock">
|
||||
<a href="<?= url::site("admin/themes/preview/site/$id") ?>" class="gDialogLink" title="<?= t("Theme Preview: %theme_name", array("theme_name" => $info->name))->for_html_attr() ?>">
|
||||
<a href="<?= url::site("admin/themes/preview/site/$id") ?>" class="g-dialogLink" title="<?= t("Theme Preview: %theme_name", array("theme_name" => $info->name))->for_html_attr() ?>">
|
||||
<img src="<?= url::file("themes/{$id}/thumbnail.png") ?>"
|
||||
alt="<?= html::clean_attribute($info->name) ?>" />
|
||||
<h3> <?= $info->name ?> </h3>
|
||||
@@ -68,7 +68,7 @@
|
||||
<? if (!$info->admin) continue ?>
|
||||
<? if ($id == $admin) continue ?>
|
||||
<div class="gBlock">
|
||||
<a href="<?= url::site("admin/themes/preview/admin/$id") ?>" class="gDialogLink" title="<?= t("Theme Preview: %theme_name", array("theme_name" => $info->name))->for_html_attr() ?>">
|
||||
<a href="<?= url::site("admin/themes/preview/admin/$id") ?>" class="g-dialogLink" title="<?= t("Theme Preview: %theme_name", array("theme_name" => $info->name))->for_html_attr() ?>">
|
||||
<img src="<?= url::file("themes/{$id}/thumbnail.png") ?>"
|
||||
alt="<?= html::clean_attribute($info->name) ?>" />
|
||||
<h3> <?= $info->name ?> </h3>
|
||||
|
||||
Reference in New Issue
Block a user