]> git.saurik.com Git - cydia.git/commitdiff
Checkpointing Cydia (again) before futzing with cydia://package-icon/.
authorJay Freeman (saurik) <saurik@saurk.com>
Tue, 14 Oct 2008 03:07:31 +0000 (03:07 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:08:50 +0000 (07:08 +0000)
Cydia.app/package.html
Cydia.app/package.js
Cydia.app/trusted.png

index 6399067dad132f5369d89c8b3da5725c2b4db2cf..fbeb037bdef852c5fd234673f3a467a84e79eb40 100644 (file)
         <div id="sponsor"></div>
     </a>
 
-    <div class="trusted">
-        <img src="trusted.png" style="margin-top: 2px; position: absolute">
-        <label></label>
-        <div>This package has been signed.</div>
-    </div>
+    <a class="trusted" id="trusted">
+        <img class="icon" src="trusted.png">
+        <label>View Package Signature</label>
+    </a>
 </fieldset>
 
 <label class="source">Source Information</label>
index 52025a94a3997e56541cb8e8fe1f81db4ed43111..c44e7dd3d3465d74d07e3f716ab8eb0f02eff162 100644 (file)
@@ -151,7 +151,9 @@ $(function () {
     } else {
         $("#source-name").html(source.name);
 
-        if (!source.trusted)
+        if (source.trusted)
+            /*$("#trusted").href("cydia:///" + idc)*/;
+        else
             $(".trusted").remove();
 
         var description = source.description;
index f233bc77053bf3d4b0c8fafd2a9c58bf34603b61..e959e12e5bef5792aadf98a0de8a93166a8325ef 100644 (file)
Binary files a/Cydia.app/trusted.png and b/Cydia.app/trusted.png differ