Logo
Explore Help
Sign In
stian/gallery3
Watch 1
Star 0
Fork 0
mirror of https://github.com/Pathduck/gallery3.git synced 2026-07-15 19:38:10 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
7e61a01a96f5eab7212dba754ac64fdfb4d9e8ab
gallery3/modules/info/views/info_block.html.php
T

9 lines
247 B
PHP
Raw Normal View History

Change the preamble for views in two ways:
2009-01-01 00:23:29 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
<ul class="g-metadata">
Updates per Bharat's pull request review. Renamed info_block_metadata event to info_block_get_metadata.
2011-01-06 21:03:19 -07:00
<? foreach($metadata as $info): ?>
Convert info module's block to use a list instead of a table. Addresses request in ticket #441.
2009-06-28 17:53:20 -06:00
<li>
Updates per Bharat's pull request review. Renamed info_block_metadata event to info_block_get_metadata.
2011-01-06 21:03:19 -07:00
<strong class="caption"><?= $info["label"] ?></strong> <?= $info["value"] ?>
Convert info module's block to use a list instead of a table. Addresses request in ticket #441.
2009-06-28 17:53:20 -06:00
</li>
First info module refactor step: Load item metadata into an array. Loop through this array in the info block view to display loaded data.
2011-01-04 00:28:44 -07:00
<? endforeach; ?>
Undo my last change; it's not the right fix for the problem.
2009-06-28 18:10:42 -07:00
</ul>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.0 Page: 81ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API